2020-07-05 09:38:49 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
git_user: your-username
|
|
|
|
git_email: your-email@example.com
|
|
|
|
git_signkey:
|
|
|
|
git_signingkey:
|
2021-06-07 11:04:07 +00:00
|
|
|
|
2020-07-05 09:38:49 +00:00
|
|
|
git_do_sign: false
|
2021-06-07 11:04:07 +00:00
|
|
|
git_merge_autostash: true
|
|
|
|
git_rebase_autostash: true
|
|
|
|
git_pull_rebase: true
|
|
|
|
git_pull_ff_only: true
|
|
|
|
git_default_branch: main
|
2020-07-05 09:38:49 +00:00
|
|
|
|
|
|
|
git_user_home: "/home/{{ git_system_user }}"
|
|
|
|
git_system_user: "{{ git_user }}"
|
|
|
|
git_system_group: "{{ git_system_user }}"
|
|
|
|
|
|
|
|
git_gpg_program: ~
|
|
|
|
|
|
|
|
git_aliases: []
|
|
|
|
|
|
|
|
git_credentials: []
|
2021-06-07 11:04:07 +00:00
|
|
|
|
|
|
|
git_config_preferred_editor: vim
|