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 03e52bd commit 863017cCopy full SHA for 863017c
.fork/custom-commands.json
@@ -4,7 +4,7 @@
4
},
5
{
6
"action" : {
7
- "script" : "git branch -d localBranchName\ngit push gitee.com --delete refs/heads/${ref}",
+ "script" : "git branch -d ${ref}\ngit push gitee.com --delete refs/heads/${ref}",
8
"showOutput" : false,
9
"type" : "sh",
10
"waitForExit" : true
0 commit comments