34 lines
622 B
Plaintext
34 lines
622 B
Plaintext
[hub]
|
|
protocol = https
|
|
[user]
|
|
name = Gregory Eremin
|
|
email = magnolia_fan@me.com
|
|
[credential]
|
|
helper = osxkeychain
|
|
[alias]
|
|
co = checkout
|
|
br = checkout -b
|
|
st = status -sb
|
|
ci = commit
|
|
up = !sh -c 'git pull --rebase --prune && git log --pretty=format:\"%Cred%ae %Creset- %C(yellow)%s %Creset(%ar)\" HEAD@{1}..'
|
|
[color]
|
|
diff = auto
|
|
status = auto
|
|
branch = auto
|
|
ui = true
|
|
[core]
|
|
excludesfile = ~/.gitignore
|
|
editor = subl -n -w
|
|
[push]
|
|
default = current
|
|
[apply]
|
|
whitespace = nowarn
|
|
[mergetool]
|
|
keepBackup = false
|
|
[difftool]
|
|
prompt = false
|
|
[help]
|
|
autocorrect = 1
|
|
[achievement]
|
|
upload = true
|