mirror of
https://github.com/dotnetcore/BootstrapBlazor.git
synced 2026-02-18 22:30:45 +08:00
chore(Fork): add Pull All command (#7650)
This commit is contained in:
@@ -30,6 +30,20 @@
|
||||
],
|
||||
"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" : {
|
||||
"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