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
|
# vim: ft=gitconfig
|
||||||
|
|
||||||
[user]
|
[user]
|
||||||
name = Smirnov Oleksandr
|
name = Oleksandr Smirnov
|
||||||
email = ss2316544@gmail.com
|
email = olexsmir@gmail.com
|
||||||
signingkey = /home/olex/.ssh/id_ed25519.pub
|
signingkey = /home/olex/.ssh/id_ed25519.pub
|
||||||
|
|
||||||
[github]
|
|
||||||
name = olexsmir
|
|
||||||
|
|
||||||
[gpg]
|
[gpg]
|
||||||
program = gpg2
|
program = gpg2
|
||||||
format = ssh
|
format = ssh
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
editor = nvim
|
editor = nvim
|
||||||
|
|
@ -72,7 +69,7 @@
|
||||||
sort = -committerdate
|
sort = -committerdate
|
||||||
|
|
||||||
[commit]
|
[commit]
|
||||||
gpgSign = true
|
gpgSign = true
|
||||||
|
|
||||||
[fetch]
|
[fetch]
|
||||||
writeCommitGraph = true
|
writeCommitGraph = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue