Skip to content

Instantly share code, notes, and snippets.

@stowball
Created February 18, 2013 11:07
Show Gist options
  • Save stowball/4976645 to your computer and use it in GitHub Desktop.
Save stowball/4976645 to your computer and use it in GitHub Desktop.
How to update a forked repo (remote upstream)
git remote add upstream <original repo url>
git pull upstream master
git push origin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment