added global gitconfig and gitignore files

This commit is contained in:
2012-02-06 00:35:09 +00:00
parent 14e10cea98
commit 457b8ffe53
2 changed files with 35 additions and 0 deletions

31
gitconfig Normal file
View File

@@ -0,0 +1,31 @@
[user]
name = Jim Myhrberg
email = contact@jimeh.me
[core]
excludesfile = ~/.gitignore
[color]
status = auto
branch = auto
diff = auto
[apply]
whitespace = nowarn
[push]
default = upstream
[alias]
a = add
ai = add -i
p = pull --rebase
pu = push
co = checkout
cl = clone
br = branch
ci = commit
st = status
me = merge
di = diff
re = remote
reb = rebase
res = reset
sub = submodule
unstage = reset HEAD --
last = log -1 HEAD

4
gitignore Normal file
View File

@@ -0,0 +1,4 @@
.DS_Store
.bin
.bundle
vendor/bundle