]> git.phdru.name Git - cookiecutter.git/blobdiff - cookiecutter
Fix a leftover from real code
[cookiecutter.git] / cookiecutter
index 51322682fab678dd59ea05b5a4b5a41fcf87e146..31c323b486735432bf16b737cd4bc50a3f9eb53b 100755 (executable)
@@ -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"