smaller-updates #28

Manually merged
mfocko merged 5 commits from smaller-updates into main 2021-01-26 22:54:05 +01:00
Showing only changes of commit 595b300a29 - Show all commits

View file

@ -1,3 +1,6 @@
[alias]
scommit = commit --signoff
[commit]
gpgsign = true
@ -14,6 +17,12 @@
[gpg]
program = gpg2
[init]
defaultBranch = main
[pull]
rebase = true
[user]
name = Matej Focko
email = {{ git_email }}