Skip to content

Commit dfcffb2

Browse files
committed
+ add alias for 'rebase --update-refs'
1 parent 11531cb commit dfcffb2

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

defaults/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ git_alias_list:
4545
- {alias: 'ro', cmd: 'rebase --onto'}
4646
- {alias: 'rpo', cmd: 'remote prune origin'}
4747
- {alias: 'rs', cmd: 'rebase --skip'}
48+
- {alias: 'rur', cmd: 'rebase --update-refs'}
4849
- {alias: 'sdr', cmd: 'stash drop'}
4950
- {alias: 'spo', cmd: 'stash pop'}
5051
- {alias: 'spu', cmd: 'stash push'}

testing/playbook.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
git_graphical_tools: true
1717
git_aliases: true
1818
git_rerere: true
19-
git_branch_updaterefs: true
2019
git_editor_nano: true
2120
git_prompt: true
2221
git_archivestotext: true

0 commit comments

Comments
 (0)