balm-git-flow
Advanced tools
@@ -27,3 +27,3 @@ "use strict"; | ||
case 0: | ||
createCommands = ["git checkout --orphan ".concat(newBranch), 'git rm -rf .', "git commit --allow-empty -m \"Initial commit for ".concat(newBranch, "\""), "git push origin ".concat(newBranch), "git checkout ".concat(currentBranch)]; | ||
createCommands = ["git checkout --orphan ".concat(newBranch), 'git rm -rf .', "git commit --allow-empty -m \"Initial commit for ".concat(newBranch, "\""), "git push origin ".concat(newBranch), "git checkout ".concat(currentBranch), "git branch -D ".concat(newBranch)]; | ||
_context.next = 3; | ||
@@ -30,0 +30,0 @@ return (0, _cmd.runCommands)(createCommands); |
{ | ||
"name": "balm-git-flow", | ||
"version": "0.9.0-legacy", | ||
"version": "0.9.1-legacy", | ||
"description": "The best practices for front-end git flow", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
118145
0.03%