Skip to content

Instantly share code, notes, and snippets.

@mmynsted
Last active October 26, 2015 16:15
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save mmynsted/4c2ff1ac321ee289dd12 to your computer and use it in GitHub Desktop.
git commands
git fetch upstream
git checkout master
git rebase upstream/master
git push
git checkout feature/foo
git rebase master
git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment