Skip to content

Instantly share code, notes, and snippets.

@polmuz
Created January 18, 2013 21:51
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 polmuz/4568964 to your computer and use it in GitHub Desktop.
Save polmuz/4568964 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
lol = log --graph --decorate --pretty=oneline --abbrev-commit
lola = 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