Skip to content

Instantly share code, notes, and snippets.

@benwoody
Created February 8, 2013 02:06
Show Gist options
  • Save benwoody/4736048 to your computer and use it in GitHub Desktop.
Save benwoody/4736048 to your computer and use it in GitHub Desktop.
My Git Aliases
[alias]
st = status
co = commit
br = branch
ch = checkout
df = diff
dc = diff --cached
lg = log -p
lol = log --graph --decorate --pretty=oneline --abbrev-commit
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
ls = ls-files
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment