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 10a6739 commit 337d4ddCopy full SHA for 337d4dd
.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