smaller-updates #28
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
[alias]
|
||||||
|
scommit = commit --signoff
|
||||||
|
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
|
|
||||||
|
@ -14,6 +17,12 @@
|
||||||
[gpg]
|
[gpg]
|
||||||
program = gpg2
|
program = gpg2
|
||||||
|
|
||||||
|
[init]
|
||||||
|
defaultBranch = main
|
||||||
|
|
||||||
|
[pull]
|
||||||
|
rebase = true
|
||||||
|
|
||||||
[user]
|
[user]
|
||||||
name = Matej Focko
|
name = Matej Focko
|
||||||
email = {{ git_email }}
|
email = {{ git_email }}
|
||||||
|
|
Loading…
Reference in a new issue