Skip to content

Instantly share code, notes, and snippets.

@clm-a
Created October 17, 2012 17:08
Show Gist options
  • Save clm-a/3906766 to your computer and use it in GitHub Desktop.
Save clm-a/3906766 to your computer and use it in GitHub Desktop.
Git commands
git log --graph --oneline --all
git rebase --onto topic1~2 topic2~1 topic2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment