We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a1ff6c commit 80187caCopy full SHA for 80187ca
hooks/post_gen_project.sh
@@ -34,5 +34,6 @@ uv run make format
34
if [ "{{cookiecutter.version_control}}" == "hg" ]; then
35
hg commit -Am 'Initial alembic migration'
36
else
37
+ git add .
38
git commit -am 'Initial alembic migration'
39
fi
0 commit comments