source: dotfiles/cvs/.gitconfig@ b6142c1

Last change on this file since b6142c1 was d8c64ac, checked in by Mikhail Kirillov <w96k@…>, on Dec 6, 2021 at 4:39:37 AM

Merge branch 'master' of git.sr.ht:~w96k/dotfiles

  • Property mode set to 100644
File size: 233 bytes
Line 
1[user]
2 name = Mikhail Kirillov
3 email = w96k@riseup.net
4[gpg]
5 program = gpg2
6[github]
7 user = w96k
8[color]
9 ui = auto
10[sendemail]
11 smtpEncryption = tls
12 smtpServer = smtp.riseup.net
13 smtpUser = w96k@riseup.net
14 smtpServerPort = 587
Note: See TracBrowser for help on using the repository browser.