@mindkeeper-solutions/orgi
Advanced tools
Comparing version 1.0.3 to 1.1.0
@@ -30,2 +30,4 @@ #!/usr/bin/env node | ||
console.info(`Going to commit the contents of "${sourceDir}" to the branch ${targetBranch}`) | ||
git.add([sourceDir, '-f']) | ||
@@ -68,3 +70,3 @@ git.stash() | ||
function popAndCommit(label) { | ||
function popAndCommit() { | ||
const sourceBranch = branchSummary.branches[branchSummary.current] | ||
@@ -74,4 +76,2 @@ | ||
.raw(['checkout', 'stash', '--', '.']) | ||
//.raw(['reset', 'HEAD', '.gitignore']) | ||
//.raw(['checkout', '--', '.gitignore']) | ||
.raw(['add', '-A']) | ||
@@ -78,0 +78,0 @@ .commit(`${sourceBranch.label} from ${sourceBranch.name}@${sourceBranch.commit}`) |
{ | ||
"name": "@mindkeeper-solutions/orgi", | ||
"version": "1.0.3", | ||
"version": "1.1.0", | ||
"description": "Deploy with git using orphan branches.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3204
63