Skip to content

Instantly share code, notes, and snippets.

@raecoo
Created July 7, 2012 03:45
Show Gist options
  • Save raecoo/3064396 to your computer and use it in GitHub Desktop.
Save raecoo/3064396 to your computer and use it in GitHub Desktop.
merge upstream from fork repository
1. git remote add upstream <origin repo>
2. git fetch upstream
3. git merge upstream/master
4. git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment