Skip to content

Commit

Permalink
added global gitconfig and gitignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
jimeh committed Feb 6, 2012
1 parent 14e10ce commit 457b8ff
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
31 changes: 31 additions & 0 deletions gitconfig
Original file line number Diff line number Diff line change
@@ -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 changes: 4 additions & 0 deletions gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.DS_Store
.bin
.bundle
vendor/bundle

0 comments on commit 457b8ff

Please sign in to comment.