Skip to content

Instantly share code, notes, and snippets.

@qichunren
Created February 15, 2011 02:13
Show Gist options
  • Save qichunren/826982 to your computer and use it in GitHub Desktop.
Save qichunren/826982 to your computer and use it in GitHub Desktop.
update code with official repos

Update a Github Fork from the Original Repo

Here

   git remote add --track master mleung git://github.com/mleung/feather.git

   git remote

   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