You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

balm-git-flow

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

balm-git-flow - npm Package Compare versions

Comparing version

to
0.9.1-legacy

@@ -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": [