27 lines
464 B
Text
27 lines
464 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
|