Skip to content

Instantly share code, notes, and snippets.

@utylee
Created March 9, 2020 02:36
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 utylee/949134f529cf3b767f5305099e6c882d to your computer and use it in GitHub Desktop.
Save utylee/949134f529cf3b767f5305099e6c882d to your computer and use it in GitHub Desktop.
git fork update
git remote add upstream https://.../ORIGINAL_OWNER/ORIGINAL_REPOSITORY.git
git fetch upstream
git merge upstream/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment