Compare commits
3 commits
7771a697ac
...
70313a7203
Author | SHA1 | Date | |
---|---|---|---|
70313a7203 | |||
288c6e48c8 | |||
f634e24cd4 |
1 changed files with 1 additions and 10 deletions
11
git/config
11
git/config
|
@ -1,16 +1,7 @@
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
|
|
||||||
[user]
|
[user]
|
||||||
email = tavo@tavo.one
|
email = tavo@tavo.one
|
||||||
name = tavo
|
name = tavo
|
||||||
signingKey = tavo@tavo.one
|
signingKey = tavo@tavo.one
|
||||||
|
|
||||||
[tag]
|
|
||||||
gpgSign = true
|
|
||||||
|
|
||||||
[commit]
|
|
||||||
gpgSign = true
|
|
||||||
|
|
||||||
[push]
|
|
||||||
gpgSign = "if-asked"
|
|
||||||
|
|
Loading…
Reference in a new issue