mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2026-02-02 15:45:11 +01:00
rules(git): divergent pull
This commit is contained in:
parent
334e9cd70d
commit
8c911fb09a
1 changed files with 13 additions and 0 deletions
|
|
@ -141,3 +141,16 @@ git stash && \
|
||||||
{{command}} && \
|
{{command}} && \
|
||||||
git stash pop '''
|
git stash pop '''
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[match_err]]
|
||||||
|
pattern = [
|
||||||
|
"you have divergent branches and need to specify how to reconcile them"
|
||||||
|
]
|
||||||
|
suggest = [
|
||||||
|
'''
|
||||||
|
#[cmd_contains(pull)]
|
||||||
|
{{command}} --rebase ''',
|
||||||
|
'''
|
||||||
|
#[cmd_contains(pull)]
|
||||||
|
{{command}} --merge '''
|
||||||
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue