mirror of
https://github.com/kou029w/dotfiles.git
synced 2025-02-22 16:05:54 +00:00
GPG-sign commits
This commit is contained in:
parent
6e33833e06
commit
5b8f98ea25
1 changed files with 8 additions and 5 deletions
13
.gitconfig
13
.gitconfig
|
@ -1,11 +1,14 @@
|
||||||
[user]
|
[user]
|
||||||
name = Kohei Watanabe
|
name = Kohei Watanabe
|
||||||
email = kou029w@gmail.com
|
email = nebel@fogtype.com
|
||||||
|
signingKey = 79807D08C6EF6460
|
||||||
|
[commit]
|
||||||
|
gpgSign = true
|
||||||
|
[core]
|
||||||
|
commentChar = ";"
|
||||||
|
[init]
|
||||||
|
defaultBranch = main
|
||||||
[pull]
|
[pull]
|
||||||
rebase = true
|
rebase = true
|
||||||
[rebase]
|
[rebase]
|
||||||
autoStash = true
|
autoStash = true
|
||||||
[init]
|
|
||||||
defaultBranch = main
|
|
||||||
[core]
|
|
||||||
commentChar = ";"
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue