Push Local Repository

You are here:
Estimated reading time: < 1 min

Push your local repository to Bitbucket

Step 1: Switch to your repository’s directory

cd /path/to/your/repo

Step 2: Connect your existing repository to Bitbucket

git remote add origin https://adalbertovargas@bitbucket.org/adlnetworks/app.seguimientoaclientes.git; git push -u origin master git push -u origin develop
Was this article helpful?
Dislike 0
Views: 40