Files
dotfiles/gitconfig
2014-04-12 13:14:42 +01:00

48 lines
935 B
Plaintext

[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
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --
[branch]
autosetuprebase = always
[difftool "Kaleidoscope"]
cmd = ksdiff-wrapper git \"$LOCAL\" \"$REMOTE\"
[difftool]
prompt = false
[diff]
tool = Kaleidoscope
[credential]
helper = osxkeychain
[include]
path = ~/.gitconfig_private
[filter "media"]
clean = git-media-clean %f
smudge = git-media-smudge %f