Added my .gitconfig.
[dotfiles] / .gitconfig
diff --git a/.gitconfig b/.gitconfig
new file mode 100644 (file)
index 0000000..bbcd78e
--- /dev/null
@@ -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