Skip to content

Instantly share code, notes, and snippets.

@jcockhren
Created November 24, 2015 15:08
Show Gist options
  • Save jcockhren/50fb8b8021d18188b434 to your computer and use it in GitHub Desktop.
Save jcockhren/50fb8b8021d18188b434 to your computer and use it in GitHub Desktop.
Keeping your fork in sync

Keeping your fork in Sync

  1. Make sure all your changes are commited on your branch.
  2. git push origin your branch
  3. git checkout master
  4. git pull upstream master
  5. git push origin master
  6. git checkout -b a new branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment