Skip to content

Instantly share code, notes, and snippets.

@rhodrid
Created April 18, 2012 13:15
Show Gist options
  • Save rhodrid/2413482 to your computer and use it in GitHub Desktop.
Save rhodrid/2413482 to your computer and use it in GitHub Desktop.
Useful git aliases
[alias]
st = status
ci = commit
br = branch
co = checkout
df = diff
lg = log -p
cob = checkout -b
po = push origin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment