dotfiles/home/.gitconfig

22 lines
494 B
INI
Raw Normal View History

2011-02-27 16:28:22 -05:00
[user]
name = James Walker
email = walkah@walkah.net
[color]
diff = auto
status = auto
branch = auto
ui = auto
[alias]
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
st = status -s
smu = submodule update --init --recursive
2011-02-27 18:34:13 -05:00
[github]
user = walkah
2014-01-23 22:01:45 -05:00
[git-up "bundler"]
check = true
autoinstall = true
2015-04-10 17:02:34 -04:00
[filter "lfs"]
clean = git lfs clean %f
smudge = git lfs smudge %f
2015-04-07 22:35:57 -04:00
required = true