Skip to content

Instantly share code, notes, and snippets.

@skinofstars
Created September 27, 2013 10:59
Show Gist options
  • Save skinofstars/6726974 to your computer and use it in GitHub Desktop.
Save skinofstars/6726974 to your computer and use it in GitHub Desktop.
couple of nice .gitconfig aliases from @garrettc
[alias]
where = log --decorate --pretty=short -n1
lol = log --pretty=oneline --graph --decorate --stat
lg = log --all --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%ci) %C(bold blue)<%an>%Creset' --abbrev-commit
st = status -sb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment