File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,10 +7,11 @@ git_user_home: "{{ ansible_env.HOME | d('/root') }}"
77git_user_name : " " # name shown in git history
88git_user_email : " {{ git_user_name }}@gmail.com" # e-mail address shown in git history
99
10- # Specific Git behaviour / configuration
10+ # Specific Git behavior / configuration
1111git_push_strategy : " simple"
1212git_pull_rebase : true
1313git_rebase_autosquash : false
14+ git_branch_updaterefs : false
1415git_branch_autosetuprebase : " never"
1516git_alias_list :
1617 - {alias: 'bb', cmd: 'bisect bad'}
Original file line number Diff line number Diff line change 3333 name : " rebase.autosquash"
3434 value : " {{ git_rebase_autosquash | string | lower }}"
3535
36+ - name : " set user global branch updateRefs to '{{ git_branch_updaterefs }}'"
37+ git_config :
38+ scope : global
39+ name : " rebase.updateRefs "
40+ value : " {{ git_branch_updaterefs }}"
41+
3642- name : " set user global branch autosetuprebase to '{{ git_branch_autosetuprebase }}'"
3743 git_config :
3844 scope : global
You can’t perform that action at this time.
0 commit comments