From 4ec765bcf0f56fc0ce0328804eaed39a0b12183f Mon Sep 17 00:00:00 2001 From: Andy Edwards Date: Sun, 19 Feb 2017 12:31:05 -0600 Subject: [PATCH] fix(template.json): remove --squash --- template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.json b/template.json index aba30b4..c123af7 100644 --- a/template.json +++ b/template.json @@ -17,6 +17,6 @@ { "PROJECT-README": "README.md" }, { "PROJECT-LICENSE": "LICENSE.md" } ], - "complete": "cd {{ name }} && git remote rename origin skeleton && git checkout -b --squash master" + "complete": "cd {{ name }} && git remote rename origin skeleton && git checkout -b master" }