Skip to content

Instantly share code, notes, and snippets.

@pobegov
Forked from seankross/Update Fork.md
Created October 3, 2018 16:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pobegov/d93e31d69a6ea46c0e25c21b10b5ab80 to your computer and use it in GitHub Desktop.
Save pobegov/d93e31d69a6ea46c0e25c21b10b5ab80 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