mirror of
https://github.com/dotnetcore/BootstrapBlazor.git
synced 2026-03-07 22:50:47 +08:00
chore(Fork): add Pull All command (#7650)
This commit is contained in:
@@ -30,6 +30,20 @@
|
|||||||
],
|
],
|
||||||
"target" : "ref"
|
"target" : "ref"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action" : {
|
||||||
|
"script" : "git stash save --message \"Pull autostash\"\ngit pull --rebase=true origin --prune\ngit pull --rebase=true gitee.com\ngit pull --rebase=true gitcode.com",
|
||||||
|
"showOutput" : false,
|
||||||
|
"type" : "sh",
|
||||||
|
"waitForExit" : true
|
||||||
|
},
|
||||||
|
"name" : "Pull All",
|
||||||
|
"refTargets" : [
|
||||||
|
"localbranch",
|
||||||
|
"remotebranch"
|
||||||
|
],
|
||||||
|
"target" : "ref"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action" : {
|
"action" : {
|
||||||
"script" : "git push origin refs/heads/${ref} --verbose\ngit push gitcode.com refs/heads/${ref} --verbose\ngit push gitee.com refs/heads/${ref} --verbose",
|
"script" : "git push origin refs/heads/${ref} --verbose\ngit push gitcode.com refs/heads/${ref} --verbose\ngit push gitee.com refs/heads/${ref} --verbose",
|
||||||
|
|||||||
Reference in New Issue
Block a user