Skip to content

Instantly share code, notes, and snippets.

@git2358
Forked from seankross/Update Fork.md
Created March 1, 2017 11:42
Show Gist options
  • Save git2358/05b6c8017b3e600170415456685c9f39 to your computer and use it in GitHub Desktop.
Save git2358/05b6c8017b3e600170415456685c9f39 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