1
0
Fork 0
dotfiles/git/config
2017-11-17 09:22:04 -08:00

22 lines
392 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
ap = add -p
co = checkout
sb = show-branch
[credential]
helper = cache
[commit]
verbose = true
[core]
excludesfile = /home/jdkaplan/.gitignore
[includeIf "gitdir:~/projects/"]
path = config-personal