Skip to content

Instantly share code, notes, and snippets.

@kerryChen95
Created December 5, 2013 15:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kerryChen95/7806587 to your computer and use it in GitHub Desktop.
Save kerryChen95/7806587 to your computer and use it in GitHub Desktop.
git checkout topic-branch
git rebase master
git checkout master
git merge topic-branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment