Skip to content

Instantly share code, notes, and snippets.

@PickledDragon
Created April 21, 2017 13:58
Show Gist options
  • Select an option

  • Save PickledDragon/dba8398c1c714f2d162edb554eded140 to your computer and use it in GitHub Desktop.

Select an option

Save PickledDragon/dba8398c1c714f2d162edb554eded140 to your computer and use it in GitHub Desktop.
git remote add upstream [email protected]:something/repo.git
git fetch upstream
git merge upstream/master master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment