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