From 19d5c375a28a76dce2157564cb1d0a3f054dc671 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 15 Apr 2017 21:58:47 +0300 Subject: [PATCH 1/1] Execute mk-git-aliases --- cookiecutter | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2