X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=blobdiff_plain;f=cookiecutter;h=31c323b486735432bf16b737cd4bc50a3f9eb53b;hp=51322682fab678dd59ea05b5a4b5a41fcf87e146;hb=a5b574894d0da831b073e2007a4b06d88c3ae67b;hpb=0f4a277e33b49426900c7722420a9734b656096c 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"