From: Oleg Broytman Date: Sat, 15 Apr 2017 18:58:47 +0000 (+0300) Subject: Execute mk-git-aliases X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=commitdiff_plain;h=19d5c375a28a76dce2157564cb1d0a3f054dc671 Execute mk-git-aliases --- 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