Skip to content

Instantly share code, notes, and snippets.

@nicholashagen
Created January 24, 2012 22:13
Show Gist options
  • Save nicholashagen/1673053 to your computer and use it in GitHub Desktop.
Save nicholashagen/1673053 to your computer and use it in GitHub Desktop.
GitHub Updating a Fork
git remote add --track master mleung git://github.com/mleung/feather.git
git fetch mleung
git merge mleung/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment