1
0
Fork 0
dotfiles/git/config
2017-11-14 09:54:29 -08:00

21 lines
377 B
Text

[user]
name = Jeremy Kaplan
email = jdkaplan@metagram.net
[color]
ui = true
[push]
default = simple
[alias]
lg = log --oneline --graph --decorate
root = rev-parse --show-toplevel
sb = show-branch
ap = add -p
[credential]
helper = cache
[commit]
verbose = true
[core]
excludesfile = /home/jdkaplan/.gitignore
[includeIf "gitdir:~/projects/"]
path = config-personal