mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
Fix git config file
This commit is contained in:
parent
9854aed9ea
commit
ea911119ee
@ -1,22 +1,9 @@
|
|||||||
[name]
|
|
||||||
name = Ryan
|
|
||||||
email = ryan@andthensome.nl
|
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
editor = nvim
|
editor = emacs
|
||||||
excludesfile = /home/alrayyes/.gitignore_global
|
excludesfile = /home/alrayyes/.gitignore_global
|
||||||
|
|
||||||
[push]
|
|
||||||
default = matching
|
|
||||||
[user]
|
[user]
|
||||||
email = ryan@ryankes.eu
|
email = ryan@ryankes.eu
|
||||||
name = Ryan Kes
|
name = Ryan Kes
|
||||||
signingkey = ryan@ryankes.eu
|
signingkey = ryan@ryankes.eu
|
||||||
[sendemail]
|
[push]
|
||||||
confirm = auto
|
default = matching
|
||||||
|
|
||||||
[sendemail]
|
|
||||||
smtpEncryption = tls
|
|
||||||
smtpServer = /usr/bin/msmtp
|
|
||||||
confirm = auto
|
|
||||||
chainreplyto = false
|
|
||||||
|
Loading…
Reference in New Issue
Block a user