Skip to content

Instantly share code, notes, and snippets.

@cancerberoSgx
Created May 17, 2018 03:25
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 cancerberoSgx/c0e42a79fc95bf6a7f37b0fdae101cda to your computer and use it in GitHub Desktop.
Save cancerberoSgx/c0e42a79fc95bf6a7f37b0fdae101cda to your computer and use it in GitHub Desktop.
update fork's master with original repo
git remote add upstream $ORIGINALGITURL
git fetch upstream
git checkout master
git merge upstream/master
git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment