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/b9eafee214a086b2bcc8431a9febc6c1 to your computer and use it in GitHub Desktop.
Save bmacauley/b9eafee214a086b2bcc8431a9febc6c1 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