dotfiles/.gitconfig

21 lines
444 B
INI
Raw Normal View History

2021-11-23 00:24:27 +00:00
# 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]
2022-04-12 16:30:46 +00:00
psuh = push
2021-11-23 00:24:27 +00:00
quickserve = daemon --verbose --export-all --base-path=.git --reuseaddr --strict-paths .git/
[commit]
verbose = true
[pull]
2022-06-23 16:55:14 +00:00
ff = only