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 = [ suggest = [
''' '''
#[cmd_contains(pull)]
{{command}} --rebase --autostash ''',
'''
git stash && \ git stash && \
{{command}} && \ {{command}} && \
git stash pop ''' git stash pop '''