Update git config
- main branch - signed commit alias - rebase when pulling Closes #27 Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
a5afe347f2
commit
595b300a29
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