From 823f193ff9431ddd33f52ff8e05887b89ed41fb6 Mon Sep 17 00:00:00 2001 From: xero Date: Mon, 19 May 2014 15:55:52 -0400 Subject: add new aliases to gitconfig --- .gitconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitconfig') 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 -- cgit v1.2.1