Compare commits
No commits in common. "70313a7203be154aac0ceb5830cd458e33e0f3ee" and "7771a697ac88b777d15afe5c6f58322a78c75762" have entirely different histories.
70313a7203
...
7771a697ac
1 changed files with 10 additions and 1 deletions
11
git/config
11
git/config
|
@ -1,7 +1,16 @@
|
||||||
[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