From: Oleg Broytman Date: Fri, 22 Jul 2016 16:35:11 +0000 (+0300) Subject: Commit the initial commit X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=commitdiff_plain;h=42504f132542807c7e245530bfa2e88898b886c0 Commit the initial commit --- 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"