git compactlog & dc alias, really nice
authorpatrick nsukami <ndkpatt@gmail.com>
Tue, 9 Dec 2014 22:44:56 +0000 (22:44 +0000)
committerpatrick nsukami <ndkpatt@gmail.com>
Tue, 9 Dec 2014 22:44:56 +0000 (22:44 +0000)
.gitconfig

index 4238eae..42bc4ef 100644 (file)
         type = cat-file -t
         dump = cat-file -p
         stash = stash save -u # stash even the untracked files, and add a clear message
+        dc = diff --cached
+        compactlog = log --pretty=format:"%h%x09%an%x09%ad%x09%s" --date=short
+        ls = ls-files
+
 
 [color]
         ui = always