Skip to content

Instantly share code, notes, and snippets.

@jmbataller
Created May 27, 2015 16:26
Show Gist options
  • Save jmbataller/bd8ca088afa5205c9a51 to your computer and use it in GitHub Desktop.
Save jmbataller/bd8ca088afa5205c9a51 to your computer and use it in GitHub Desktop.
Sync a fork
git fetch upstream
git merge upstream/master
Reference:
https://help.github.com/articles/syncing-a-fork/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment