chore(Fork): add Pull All command (#7650)

This commit is contained in:
Argo Zhang
2026-02-10 11:11:42 +08:00
committed by GitHub
parent f3f9ce7dfc
commit 113cdcc327

View File

@@ -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",