git: update config and add defaults for merging and rebasing

This commit is contained in:
2021-06-07 13:04:07 +02:00
parent 6351a7e5e3
commit 85fc766925
3 changed files with 70 additions and 46 deletions

View File

@ -4,7 +4,13 @@ git_user: your-username
git_email: your-email@example.com
git_signkey:
git_signingkey:
git_do_sign: false
git_merge_autostash: true
git_rebase_autostash: true
git_pull_rebase: true
git_pull_ff_only: true
git_default_branch: main
git_user_home: "/home/{{ git_system_user }}"
git_system_user: "{{ git_user }}"
@ -15,3 +21,5 @@ git_gpg_program: ~
git_aliases: []
git_credentials: []
git_config_preferred_editor: vim