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