Skip to content

Instantly share code, notes, and snippets.

@0guzhan
Created June 9, 2018 22:13
Show Gist options
  • Save 0guzhan/e50b7b43471ec7f82617e9f6a0f788cb to your computer and use it in GitHub Desktop.
Save 0guzhan/e50b7b43471ec7f82617e9f6a0f788cb to your computer and use it in GitHub Desktop.
git init add origin set upstream pull push
git init .
git remote add origin git@bitbucket.org:0guzhan/review.git
git remote -v
git branch --set-upstream-to=origin/master master
git remote set-url origin git@bitbucket.org:0guzhan/review.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment