Skip to content

Instantly share code, notes, and snippets.

@bmacauley
Forked from seankross/Update Fork.md
Created February 28, 2018 22:26
Show Gist options
  • Save bmacauley/1cb2b27c65bc64e117ace537328c294a to your computer and use it in GitHub Desktop.
Save bmacauley/1cb2b27c65bc64e117ace537328c294a to your computer and use it in GitHub Desktop.
Update a Github Fork from the Original Repo

Taken from here

Add remonte branch:

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

Verify:

git remote

Fetch:

git fetch mleung

Merge:

git merge mleung/master

And then git push the updates to your fork

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment