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 4ec765b commit e61281fCopy full SHA for e61281f
template.json
@@ -17,6 +17,6 @@
17
{ "PROJECT-README": "README.md" },
18
{ "PROJECT-LICENSE": "LICENSE.md" }
19
],
20
- "complete": "cd {{ name }} && git remote rename origin skeleton && git checkout -b master"
+ "complete": "cd {{ name }} && git remote rename origin skeleton && git add . && git commit -n -m 'pollinate project'"
21
}
22
0 commit comments