projects
/
dotfiles
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ed4162
)
Added my .gitconfig.
author
David Kerkeslager
<kerkeslager@gmail.com>
Tue, 13 Jul 2010 18:01:58 +0000
(14:01 -0400)
committer
David Kerkeslager
<kerkeslager@gmail.com>
Tue, 13 Jul 2010 18:01:58 +0000
(14:01 -0400)
.gitconfig
[new file with mode: 0644]
patch
|
blob
diff --git a/.gitconfig
b/.gitconfig
new file mode 100644
(file)
index 0000000..
bbcd78e
--- /dev/null
+++ b/
.gitconfig
@@ -0,0
+1,26
@@
+[user]
+ name = David Kerkeslager
+ email = kerkeslager@gmail.com
+
+[core]
+ editor = vim
+
+[color]
+ diff = auto
+ status = auto
+ branch = auto
+ interactive = auto
+ ui = true
+ pager = true
+
+[color "status"]
+ added = green
+ removed = red
+ changed = yellow
+ untracked = cyan
+
+[apply]
+ whitespace = fix
+
+[alias]
+ pom = push origin master