aboutsummaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
authorxero <x@xero.nu>2014-05-19 15:55:52 -0400
committerxero <x@xero.nu>2014-05-19 15:55:52 -0400
commit823f193ff9431ddd33f52ff8e05887b89ed41fb6 (patch)
tree10a70dbc2dbd77433ba4a66acfd2ca0caac0e2ed /.gitconfig
parentc35c623c5a64be1e043a997600557709b7f9a686 (diff)
downloaddotfiles_ascii-823f193ff9431ddd33f52ff8e05887b89ed41fb6.tar.xz
dotfiles_ascii-823f193ff9431ddd33f52ff8e05887b89ed41fb6.zip
add new aliases to gitconfig
Diffstat (limited to '')
-rw-r--r--.gitconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index 2d863d1..c6e923f 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -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