X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=cookiecutter;h=52ea37767e1baf41e824e4a6f293c3304a981ddd;hb=6eecd5796412c388c225392b28cb3360b9d9ea09;hp=4f5ae0b918df8ce134a6168e345960057b258442;hpb=46aee1808e855158b5ca659f055382bc42c4d535;p=cookiecutter.git diff --git a/cookiecutter b/cookiecutter index 4f5ae0b..52ea377 100755 --- a/cookiecutter +++ b/cookiecutter @@ -21,4 +21,5 @@ sphinx-quickstart --project="$project_name" --author="Oleg Broytman" \ -v0.0 -r0.0.1 --ext-autodoc --makefile --no-batchfile -q docs && git init && git add . && -exec git commit --message "Initial commit - created the project" +git commit --message "Initial commit - created the project" && +exec ./mk-git-aliases