Git + bitbucket

  1. $cd /path/to/my/repo
  2. $git init
  3. $git remote add origin https://my_account@bitbucket.org/my_account/my_repo.git
  4. $git push -u origin master # to push changes for the first time

Comments