Skip to content

Instantly share code, notes, and snippets.

@sneeu
Created March 16, 2012 16:12
Show Gist options
  • Save sneeu/2050782 to your computer and use it in GitHub Desktop.
Save sneeu/2050782 to your computer and use it in GitHub Desktop.
My git aliases
[alias]
st = status -s
ci = commit
co = checkout
di = diff
br = branch
lg = log --graph --decorate --pretty=oneline --abbrev-commit
lga = log --graph --decorate --pretty=oneline --abbrev-commit --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment