projects
/
cookiecutter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b24cbd
)
Execute mk-git-aliases
author
Oleg Broytman
<phd@phdru.name>
Sat, 15 Apr 2017 18:58:47 +0000
(21:58 +0300)
committer
Oleg Broytman
<phd@phdru.name>
Sat, 15 Apr 2017 18:58:47 +0000
(21:58 +0300)
cookiecutter
patch
|
blob
|
history
diff --git
a/cookiecutter
b/cookiecutter
index 4f5ae0b918df8ce134a6168e345960057b258442..52ea37767e1baf41e824e4a6f293c3304a981ddd 100755
(executable)
--- 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