97 lines
1.3 KiB
INI
97 lines
1.3 KiB
INI
[user]
|
|
name="Yuzucchii"
|
|
email="me@yuzucchii.xyz"
|
|
signinkey=EFF95B412FB129BB
|
|
signingkey = /home/yu/.ssh/id_ed25519.pub
|
|
|
|
[core]
|
|
compression=9
|
|
whitespace=error
|
|
preloadindex=true
|
|
|
|
[commit]
|
|
gpgsign=true
|
|
signoff=true
|
|
verbose=false
|
|
allowEmpty=false
|
|
template=~/.config/git/template
|
|
|
|
[advice]
|
|
addEmptyPathspec=false
|
|
pushNonFastForward=false
|
|
statusHints=false
|
|
|
|
[url "ssh://git@sv.yuzucchii.xyz:2222/"]
|
|
insteadOf = "yu:"
|
|
port = 2222
|
|
|
|
[url "ssh://git@github.com:"]
|
|
insteadOf = "gh:"
|
|
|
|
[status]
|
|
branch=true
|
|
showStash=true
|
|
showUntrackedFiles=all
|
|
|
|
[diff]
|
|
context=3
|
|
renames=copies
|
|
interHunkContext=10
|
|
|
|
[pager]
|
|
markEmptyLines=false
|
|
branch=false
|
|
tag=false
|
|
|
|
[color "diff"]
|
|
meta=black bold
|
|
frag=magenta
|
|
context=white
|
|
new=green bold
|
|
whitespace=yellow reverse
|
|
old=red
|
|
|
|
[interactive]
|
|
diffFilter=diff-so-fancy --patch
|
|
singlekey=true
|
|
|
|
[push]
|
|
autoSetupRemote=true
|
|
default=current
|
|
followTags=true
|
|
|
|
[pull]
|
|
default=true
|
|
rebase=true
|
|
|
|
[rebase]
|
|
autostash=true
|
|
missingCommitsCheck=warn
|
|
|
|
[log]
|
|
abbrevCommit=true
|
|
graphColors=blue,yellow,cyan,magenta,green,red
|
|
|
|
[color "decorate"]
|
|
HEAD=red
|
|
branch=blue
|
|
tag=yellow
|
|
remoteBranch=magenta
|
|
|
|
[color "branch"]
|
|
current=magenta
|
|
local=default
|
|
remote=yellow
|
|
upstream=green
|
|
plain=blue
|
|
|
|
[branch]
|
|
sort=-committerdate
|
|
|
|
[tag]
|
|
sort=-triggerdate
|
|
gpgSign=true
|
|
|
|
[gpg]
|
|
format=ssh
|