mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
git: update config
This commit is contained in:
parent
6d656795f3
commit
aeaaf27a9a
1 changed files with 6 additions and 9 deletions
15
gitconfig
15
gitconfig
|
|
@ -1,16 +1,13 @@
|
|||
# vim: ft=gitconfig
|
||||
|
||||
[user]
|
||||
name = Smirnov Oleksandr
|
||||
email = ss2316544@gmail.com
|
||||
signingkey = /home/olex/.ssh/id_ed25519.pub
|
||||
|
||||
[github]
|
||||
name = olexsmir
|
||||
name = Oleksandr Smirnov
|
||||
email = olexsmir@gmail.com
|
||||
signingkey = /home/olex/.ssh/id_ed25519.pub
|
||||
|
||||
[gpg]
|
||||
program = gpg2
|
||||
format = ssh
|
||||
format = ssh
|
||||
|
||||
[core]
|
||||
editor = nvim
|
||||
|
|
@ -72,7 +69,7 @@
|
|||
sort = -committerdate
|
||||
|
||||
[commit]
|
||||
gpgSign = true
|
||||
gpgSign = true
|
||||
|
||||
[fetch]
|
||||
writeCommitGraph = true
|
||||
writeCommitGraph = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue