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]
|
||||
gpgsign = true
|
||||
|
||||
|
@ -14,6 +17,12 @@
|
|||
[gpg]
|
||||
program = gpg2
|
||||
|
||||
[init]
|
||||
defaultBranch = main
|
||||
|
||||
[pull]
|
||||
rebase = true
|
||||
|
||||
[user]
|
||||
name = Matej Focko
|
||||
email = {{ git_email }}
|
||||
|
|
Loading…
Reference in a new issue