1
0
Fork 0
dotfiles/git/config
2018-01-16 21:08:54 -08:00

29 lines
495 B
Text

[user]
name = Jeremy Kaplan
email = jdkaplan@metagram.net
[color]
ui = true
[push]
default = simple
[alias]
ap = add -p
c = commit
co = checkout
cp = cherry-pick
d = diff
dc = diff --cached
lg = log --oneline --graph --decorate
root = rev-parse --show-toplevel
s = status
sb = show-branch
[credential]
helper = cache
[commit]
verbose = true
[core]
excludesfile = /home/jdkaplan/.gitignore
[includeIf "gitdir:~/projects/"]
path = config-personal
[merge]
conflictStyle = diff3