Skip to content

Instantly share code, notes, and snippets.

@kerryChen95
Created December 5, 2013 15:02
Show Gist options
  • 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