Add my .gitconfig to cmccabe-etc
authorColin McCabe <cmccabe@alumni.cmu.edu>
Mon, 15 Feb 2010 21:33:34 +0000 (13:33 -0800)
committerColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Mon, 15 Feb 2010 21:36:16 +0000 (13:36 -0800)
.gitconfig [new file with mode: 0644]

diff --git a/.gitconfig b/.gitconfig
new file mode 100644 (file)
index 0000000..645140d
--- /dev/null
@@ -0,0 +1,10 @@
+[user]
+       name = Colin Patrick McCabe
+       email = cmccabe@alumni.cmu.edu
+[color]
+       branch = auto
+       status = auto
+       diff = auto
+       ui = auto
+[pack]
+       threads = 0