1
0
Fork 0
dotfiles/git/config
2018-05-23 10:28:18 -07:00

36 lines
702 B
Text

[user]
name = Jeremy Kaplan
email = jdkaplan@metagram.net
[color]
ui = true
[push]
default = simple
[alias]
ap = add -p
b = branch
bv = branch -v
c = commit
chk = commit -a -n -m 'CHECKPOINT'
co = checkout
cp = cherry-pick
d = diff
dc = diff --cached
dn = diff --name-only --relative
dw = diff --word-diff
lg = log --graph --decorate --pretty='%C(auto)%h%d %s | %C(cyan)%an%C(reset) %C(green)<%ar>%C(reset)'
mb = merge-base HEAD
rb = rebase
root = rev-parse --show-toplevel
s = status
sb = show-branch
[credential]
helper = cache
[commit]
verbose = true
[core]
excludesfile = ~/.gitignore
[includeIf "gitdir:~/projects/"]
path = config-personal
[merge]
conflictStyle = diff3