fix: git pull has no --merge option

This commit is contained in:
iff
2025-06-28 15:40:42 +02:00
parent eda1ddca6e
commit d9c5ff21cf

View File

@@ -151,5 +151,5 @@ suggest = [
{{command}} --rebase ''',
'''
#[cmd_contains(pull)]
{{command}} --merge '''
{{command}} --no-rebase '''
]