You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

27 lines
631 B

[user]
name = brettlangdon
email = brett@blangdon.com
signingkey = CE12147F
[credential]
helper = store
[core]
excludesfile = /Users/brettlangdon/.gitignore_global
editor = emacs
pager = diff-so-fancy | less --tabs=1,5 -R
[alias]
st = status
d = diff --color --minimal
dc = diff --color --minimal --cached
g = grep -p
dm = diff origin/master
sm = sqwish origin/master
sba = "!f() { git subtree add --prefix $2 $1 $3 --squash; }; f"
sbu = "!f() { git subtree pull --prefix $2 $1 $3 --squash; }; f"
[diff]
algorithm = patience
[push]
default = simple
[grep]
lineNumber = true
[commit]
gpgsign = true