Skip to content

Instantly share code, notes, and snippets.

@wildlyinaccurate
Created May 21, 2013 13:50
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 wildlyinaccurate/5619911 to your computer and use it in GitHub Desktop.
Save wildlyinaccurate/5619911 to your computer and use it in GitHub Desktop.
Complete the `rebase1` level of Learn Git Branching in 6 moves - http://pcottle.github.io/learnGitBranching/
git checkout another
git rebase side
git rebase bugFix
git rebase master
git checkout master
git rebase another
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment