diff options
author | xero <x@xero.nu> | 2014-05-19 15:55:52 -0400 |
---|---|---|
committer | xero <x@xero.nu> | 2014-05-19 15:55:52 -0400 |
commit | 823f193ff9431ddd33f52ff8e05887b89ed41fb6 (patch) | |
tree | 10a70dbc2dbd77433ba4a66acfd2ca0caac0e2ed /.gitconfig | |
parent | c35c623c5a64be1e043a997600557709b7f9a686 (diff) | |
download | dotfiles_ascii-823f193ff9431ddd33f52ff8e05887b89ed41fb6.tar.xz dotfiles_ascii-823f193ff9431ddd33f52ff8e05887b89ed41fb6.zip |
add new aliases to gitconfig
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,5 +5,9 @@ helper = cache [alias] graph = log --graph --color --pretty=format:"%C(yellow)%H%C(green)%d%C(reset)%n%x20%cd%n%x20%cn%x20(%ce)%n%x20%s%n" + stat = status -sb + last = log -1 --stat + unstage = reset HEAD -- + cached = diff --cached [color] ui = auto |