From 42504f132542807c7e245530bfa2e88898b886c0 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 22 Jul 2016 19:35:11 +0300 Subject: [PATCH] Commit the initial commit --- cookiecutter | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cookiecutter b/cookiecutter index 5132268..31c323b 100755 --- a/cookiecutter +++ b/cookiecutter @@ -20,4 +20,5 @@ replace project "$project_name" docs/genapidocs mk-distr publish-docs setup.py & sphinx-quickstart --project="$project_name" --author="Oleg Broytman" \ -v0.0 -r0.0.1 --ext-autodoc --makefile --no-batchfile -q docs && -exec git init +git init && git add . && +exec git commit --message "Initial commit - created the project" -- 2.39.2