add gitconfig

This commit is contained in:
xfnw 2021-11-22 19:24:27 -05:00
parent 88e606094f
commit fa985037a7
1 changed files with 19 additions and 0 deletions

19
.gitconfig Normal file
View File

@ -0,0 +1,19 @@
# This is Git's per-user configuration file.
[user]
# Please adapt and uncomment the following lines:
name = xfnw
email = xfnw@riseup.net
[init]
defaultBranch = main
[sendemail]
smtpencryption = tls
smtpserver = mail.riseup.net
smtpuser = xfnw@riseup.net
smtpserverport = 587
[alias]
quickserve = daemon --verbose --export-all --base-path=.git --reuseaddr --strict-paths .git/
[commit]
verbose = true
[pull]
rebase = true