1
0
Fork 0
dotfiles/git/config
2018-03-29 10:25:01 -07:00

35 lines
679 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
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 = /home/jdkaplan/.gitignore
[includeIf "gitdir:~/projects/"]
path = config-personal
[merge]
conflictStyle = diff3