steps to push work to bitbucket code example
Example 1: how to push code to bitbucket
git remote add origin <the URL for your Bitbucket repository>
git push -u origin master
Example 2: add local project to bitbucket
git remote add origin https://[email protected]/ommunedevelopers/repository-name.git