26 lines
449 B
YAML
26 lines
449 B
YAML
---
|
|
|
|
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 }}"
|
|
git_system_group: "{{ git_system_user }}"
|
|
|
|
git_gpg_program: ~
|
|
|
|
git_aliases: []
|
|
|
|
git_credentials: []
|
|
|
|
git_config_preferred_editor: vim
|