Skip to content

Instantly share code, notes, and snippets.

@MohamedAlaa
Created July 12, 2012 16:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save MohamedAlaa/3099091 to your computer and use it in GitHub Desktop.
Save MohamedAlaa/3099091 to your computer and use it in GitHub Desktop.
Git Conventions
// run once per project
git remote add upstream [ssh repo]
// before pull request
git fetch upstream
// merge remote with local
git merge upstream/master
// install hub
brew install hub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment