mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
rules: git pull branch
This commit is contained in:
parent
99d7941e8b
commit
5030a118d2
1 changed files with 11 additions and 0 deletions
|
|
@ -86,3 +86,14 @@ suggest = [
|
|||
git push --set-upstream origin {{shell(git rev-parse --abbrev-ref HEAD)}}
|
||||
'''
|
||||
]
|
||||
|
||||
[[match_err]]
|
||||
pattern = [
|
||||
"no tracking information for the current branch"
|
||||
]
|
||||
suggest = [
|
||||
'''
|
||||
#[cmd_contains(pull)]
|
||||
git pull --set-upstream origin {{shell(git rev-parse --abbrev-ref HEAD)}}
|
||||
git pull'''
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue