rules(git): autostash

This commit is contained in:
iff 2025-01-11 16:50:13 +01:00
parent e167eb2f2f
commit 7e27ed016c

View file

@ -134,6 +134,9 @@ pattern = [
]
suggest = [
'''
#[cmd_contains(pull)]
{{command}} --rebase --autostash ''',
'''
git stash && \
{{command}} && \
git stash pop '''