.gitconfig (410B) - Raw
1 [user] 2 email = motiejus@uber.com 3 name = Motiejus Jakštys 4 5 [http] 6 followRedirects = true 7 cookiefile = /home/motiejus/.gitcookies 8 [pull] 9 ff = only 10 [sendmail] 11 confirm = auto 12 [protocol] 13 version = 2 14 15 [sendemail] 16 smtpEncryption = tls 17 smtpServer = smtp.gmail.com 18 smtpUser = desired.mta@gmail.com 19 smtpServerPort = 587 20 [alias] 21 yolo = commit --amend --no-edit -a 22 [init] 23 defaultBranch = main