mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
git: some updates, and signing method
This commit is contained in:
parent
e3f3b25a5c
commit
5b1b88dcfa
1 changed files with 8 additions and 1 deletions
|
|
@ -3,13 +3,14 @@
|
||||||
[user]
|
[user]
|
||||||
name = Smirnov Oleksandr
|
name = Smirnov Oleksandr
|
||||||
email = ss2316544@gmail.com
|
email = ss2316544@gmail.com
|
||||||
signingkey = 02BE5DDFB607A8F79E1B8F0B300387B5D7EE0DB2
|
signingkey = /home/olex/.ssh/id_ed25519.pub
|
||||||
|
|
||||||
[github]
|
[github]
|
||||||
name = olexsmir
|
name = olexsmir
|
||||||
|
|
||||||
[gpg]
|
[gpg]
|
||||||
program = gpg2
|
program = gpg2
|
||||||
|
format = ssh
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
editor = nvim
|
editor = nvim
|
||||||
|
|
@ -68,3 +69,9 @@
|
||||||
|
|
||||||
[branch]
|
[branch]
|
||||||
sort = -committerdate
|
sort = -committerdate
|
||||||
|
|
||||||
|
[commit]
|
||||||
|
gpgSign = true
|
||||||
|
|
||||||
|
[fetch]
|
||||||
|
writeCommitGraph = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue