source: dotfiles/cvs/.gitconfig@ fe2941b

Last change on this file since fe2941b was 254aa1d, checked in by Mikhail Kirillov <w96k@…>, on Aug 5, 2024 at 6:53:43 AM

Massively update guix home

  • Property mode set to 100644
File size: 290 bytes
Line 
1[user]
2 name = Mikhail Kirillov
3 email = w96k@runbox.com
4[gpg]
5 program = gpg2
6[github]
7 user = w96k
8[color]
9 ui = auto
10[sendemail]
11 smtpEncryption = tls
12 smtpServer = mail.runbox.com
13 smtpUser = w96k@runbox.com
14 smtpServerPort = 587
15[init]
16 defaultBranch = master
17[http]
18 sslVerify = true
Note: See TracBrowser for help on using the repository browser.