rules(git): delete unmerge branch

This commit is contained in:
iff
2025-08-03 07:44:33 +02:00
parent 7f96b3a25f
commit 96aff0c564

View File

@@ -153,3 +153,13 @@ suggest = [
#[cmd_contains(pull)]
{{command}} --no-rebase '''
]
[[match_err]]
pattern = [
"is not fully merged"
]
suggest = [
'''
#[cmd_contains(branch -d)]
{{command[:1]}} -D {{command[3:]}} ''',
]