Permalink
Cannot retrieve contributors at this time
[credential] | |
helper = osxkeychain | |
[hub] | |
protocol = https | |
[core] | |
excludesfile = ~/.gitignore | |
whitespace = trailing-space,space-before-tab | |
autocrlf = input | |
pager = less -+$LESS -RS | |
attributesfile = /Users/lucas/.gitattributes | |
[apply] | |
whitespace = fix | |
[color] | |
ui = true | |
interactive = true | |
status = true | |
branch = true | |
diff = true | |
[alias] | |
aliases = config --get-regexp alias | |
s = switch | |
rank = shortlog -sn --no-merges | |
fix = commit --amend -C HEAD | |
save = !git add -A && git commit -m wip | |
undo = reset --soft HEAD^ | |
m = merge --no-edit | |
autorebase=!GIT_SEQUENCE_EDITOR=touch git rebase --interactive --autosquash | |
tidy="!git remote prune origin; git branch --merged master --no-color | grep -v master | xargs git branch -d" | |
[user] | |
email = lucasmazza@hey.com | |
name = Lucas Mazza | |
signingkey = DBA1CF99FB064E5C | |
[push] | |
default = simple | |
[heroku] | |
account = personal | |
[merge] | |
ff = false | |
[pull] | |
rebase = true | |
[branch] | |
autosetuprebase = always | |
[commit] | |
gpgsign = true | |
[rebase] | |
autosquash = true | |
[github] | |
user = lucasmazza | |
[gpg] | |
program = /usr/local/bin/gpg | |
[protocol] | |
version = 2 | |
[includeIf "gitdir:~/src/work/"] | |
path = ~/.gitconfig.work |