1
0
Fork 0

feat: add ssh git signing config

This commit is contained in:
cătălin 2024-02-13 16:47:46 +01:00
commit aff4450e61
No known key found for this signature in database
2 changed files with 11 additions and 0 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
.dotter/cache.toml .dotter/cache.toml
.idea/

View file

@ -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