Kriuchko
7/24/2019 - 9:07 AM

Local repository

Local start, initial commit


git init
git add .
git commit -m "Initial commit"
git remote add origin <bitbucket_URL>
git push -u origin --all