We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3f9ce7 commit 113cdccCopy full SHA for 113cdcc
.fork/custom-commands.json
@@ -30,6 +30,20 @@
30
],
31
"target" : "ref"
32
},
33
+ {
34
+ "action" : {
35
+ "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",
36
+ "showOutput" : false,
37
+ "type" : "sh",
38
+ "waitForExit" : true
39
+ },
40
+ "name" : "Pull All",
41
+ "refTargets" : [
42
+ "localbranch",
43
+ "remotebranch"
44
+ ],
45
+ "target" : "ref"
46
47
{
48
"action" : {
49
"script" : "git push origin refs/heads/${ref} --verbose\ngit push gitcode.com refs/heads/${ref} --verbose\ngit push gitee.com refs/heads/${ref} --verbose",
0 commit comments