Add color to some git commands.
author |
Steve Losh <steve@stevelosh.com> |
date |
Wed, 30 Sep 2009 02:53:52 -0400 |
parents |
844e2c95a959
|
children |
4c9eca565470
|
branches/tags |
(none) |
files |
.gitconfig |
Changes
--- a/.gitconfig Mon Sep 28 06:24:33 2009 -0400
+++ b/.gitconfig Wed Sep 30 02:53:52 2009 -0400
@@ -6,4 +6,10 @@
glog = log --graph --topo-order --pretty='format:%an: %s (%h)%n'
com = commit
co = checkout
-stat = status
+st = status
+
+[color]
+branch = auto
+diff = auto
+interactive = auto
+status = auto