65 lines
1.2 KiB
INI
65 lines
1.2 KiB
INI
[init]
|
|
defaultBranch = trunk
|
|
|
|
[credential]
|
|
helper = store
|
|
|
|
[pull]
|
|
rebase = false
|
|
|
|
[user]
|
|
email = blake@blakenorth.net
|
|
name = PowerUser64
|
|
|
|
[safe]
|
|
directory = /storage/emulated/0/docs
|
|
directory = /mnt/windows/Users/blake/AppData/Local/nvim
|
|
|
|
[color]
|
|
ui = auto
|
|
|
|
[alias]
|
|
a = add
|
|
br = branch
|
|
c = commit
|
|
ca = commit -a
|
|
caam = commit -a --amend
|
|
cam = commit --amend
|
|
caps = !git commit -a && git push
|
|
ch = checkout
|
|
d = diff
|
|
f = fetch
|
|
g = "! git"
|
|
lg = log
|
|
ok = pull
|
|
pl = pull
|
|
ps = push
|
|
psf = push -f
|
|
psset = "! git push --set-upstream origin \"$(git branch --show-current)\""
|
|
rem = remote
|
|
rest = restore
|
|
s = status
|
|
st = stash
|
|
sub = submodule
|
|
subup = sub update --init --recursive
|
|
sw = switch
|
|
t = tree
|
|
tree = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all
|
|
|
|
[sendemail]
|
|
smtpserver = mail.blakenorth.net
|
|
smtpuser = blake@blakenorth.net
|
|
smtpencryption = ssl
|
|
smtpserverport = 465
|
|
confirm = auto
|
|
|
|
[filter "lfs"]
|
|
smudge = git-lfs smudge -- %f
|
|
process = git-lfs filter-process
|
|
required = true
|
|
clean = git-lfs clean -- %f
|
|
|
|
[core]
|
|
eol = lf
|
|
|
|
# vim:noet
|