feat: add ssh git signing config
This commit is contained in:
parent
f3da1e8b3b
commit
aff4450e61
2 changed files with 11 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
||||||
.dotter/cache.toml
|
.dotter/cache.toml
|
||||||
|
.idea/
|
||||||
|
|
|
||||||
10
gitconfig
10
gitconfig
|
|
@ -1,20 +1,30 @@
|
||||||
[user]
|
[user]
|
||||||
name = cătălin
|
name = cătălin
|
||||||
email = catalin@roboces.dev
|
email = catalin@roboces.dev
|
||||||
|
signingKey = ~/.ssh/id_ed25519.pub
|
||||||
|
|
||||||
[interactive]
|
[interactive]
|
||||||
diffFilter = delta --color-only
|
diffFilter = delta --color-only
|
||||||
|
|
||||||
[delta]
|
[delta]
|
||||||
navigate = true
|
navigate = true
|
||||||
light = false
|
light = false
|
||||||
|
|
||||||
[merge]
|
[merge]
|
||||||
conflictstyle = diff3
|
conflictstyle = diff3
|
||||||
|
|
||||||
[diff]
|
[diff]
|
||||||
colorMoved = default
|
colorMoved = default
|
||||||
external = difft
|
external = difft
|
||||||
|
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
|
|
||||||
[push]
|
[push]
|
||||||
autoSetupRemote = true
|
autoSetupRemote = true
|
||||||
|
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
|
|
||||||
|
[gpg]
|
||||||
|
format = ssh
|
||||||
Loading…
Add table
Add a link
Reference in a new issue