Skip to content

Instantly share code, notes, and snippets.

@willist
Last active August 29, 2015 14:05
Show Gist options
  • Save willist/37aa68df3faa42026a64 to your computer and use it in GitHub Desktop.
Save willist/37aa68df3faa42026a64 to your computer and use it in GitHub Desktop.
Useful git aliases
[alias]
g = grep --break --heading --line-number
purr = pull --rebase
disp = log --left-right --graph --cherry-pick --oneline @{u}..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment