Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save davidostermann/ebbebb5e5ed187ba51d40954771046b7 to your computer and use it in GitHub Desktop.

Select an option

Save davidostermann/ebbebb5e5ed187ba51d40954771046b7 to your computer and use it in GitHub Desktop.
Git : Sync a fork
git remote add upstream https://github.com/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