mirror of
https://codeberg.org/iff/pay-respects.git
synced 2025-10-06 00:22:43 +02:00
rules(git): delete unmerge branch
This commit is contained in:
@@ -153,3 +153,13 @@ suggest = [
|
|||||||
#[cmd_contains(pull)]
|
#[cmd_contains(pull)]
|
||||||
{{command}} --no-rebase '''
|
{{command}} --no-rebase '''
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[match_err]]
|
||||||
|
pattern = [
|
||||||
|
"is not fully merged"
|
||||||
|
]
|
||||||
|
suggest = [
|
||||||
|
'''
|
||||||
|
#[cmd_contains(branch -d)]
|
||||||
|
{{command[:1]}} -D {{command[3:]}} ''',
|
||||||
|
]
|
||||||
|
Reference in New Issue
Block a user