mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
add: .gitconfig
https://stackoverflow.com/a/55280952/16509232 considering github actually shows the key id, it should be fine
This commit is contained in:
parent
4d473921b4
commit
22f4a710ca
2 changed files with 29 additions and 0 deletions
28
.gitconfig
Normal file
28
.gitconfig
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
[user]
|
||||
name = Léana 江
|
||||
email = leana.jiang@icloud.com
|
||||
signingkey = 3659D5C87A4BC5D7699B37D84E887A4CA9714ADA
|
||||
[commit]
|
||||
gpgsign = true
|
||||
[init]
|
||||
defaultBranch = mistress
|
||||
[push]
|
||||
autoSetupRemote = true
|
||||
[core]
|
||||
excludesFile = ~/.gitignore_global
|
||||
pager = delta --syntax-theme "OneHalfLight"
|
||||
[interactive]
|
||||
diffFilter = delta --color-only
|
||||
[delta]
|
||||
navigate = true
|
||||
light = true
|
||||
true-color = always
|
||||
side-by-side = true
|
||||
[merge]
|
||||
conflictstyle = diff3
|
||||
[diff]
|
||||
colorMoved = default
|
||||
[color]
|
||||
ui = auto
|
||||
[pull]
|
||||
ff = only
|
||||
Loading…
Add table
Add a link
Reference in a new issue