Skip to content

Instantly share code, notes, and snippets.

@xmeng1
Created October 31, 2017 07:14
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 xmeng1/33eb6013a66169f042e72a37486b155a to your computer and use it in GitHub Desktop.
Save xmeng1/33eb6013a66169f042e72a37486b155a to your computer and use it in GitHub Desktop.
Git Sync with Upstream
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
git pull upstream master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment