Added .gitconfig and updated .gitignore.

This commit is contained in:
Jeff Geerling
2015-01-03 22:06:31 -06:00
parent 46a3384407
commit e1692f8ad3
2 changed files with 31 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
[user]
name = Jeff Geerling
email = geerlingguy@mac.com
[core]
editor = vi
excludesfile = ~/.gitignore
[color]
branch = auto
diff = auto
interactive = auto
status = auto
[web]
browser = google-chrome
[credential]
helper = osxkeychain
[push]
default = simple
[merge]
tool = kdiff3
[difftool]
prompt = false
[alias]
c = commit
ca = commit -a
cm = commit -m
cam = commit -am
d = diff
dc = diff --cached
l = log --oneline --graph --decorate