dotfiles/.gitconfig

35 lines
697 B
INI
Raw Normal View History

2012-04-05 05:39:31 -04:00
[user]
2013-04-29 02:16:39 -04:00
name = Andrew Tomaka
email = atomaka@gmail.com
[github]
user = atomaka
[apply]
whitespace = fix
[alias]
hist = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
2012-04-05 05:39:31 -04:00
[color]
ui = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta
old = red
new = green
[color "status"]
added = yellow
changed = green
untracked = cyan
2013-04-29 02:16:39 -04:00
[core]
2012-04-05 05:39:31 -04:00
excludesfile = ~/.gitignore_global
autocrlf = input
2012-11-29 21:33:33 -05:00
editor = subl
2013-04-29 01:29:01 -04:00
filemode = false
2013-04-29 02:16:39 -04:00
[merge]
tool = vimdiff
2013-04-29 01:29:01 -04:00
[push]
default = upstream