Skip to content

Commit 80187ca

Browse files
committed
fix: initial migration added to git repository
1 parent 2a1ff6c commit 80187ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hooks/post_gen_project.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@ uv run make format
3434
if [ "{{cookiecutter.version_control}}" == "hg" ]; then
3535
hg commit -Am 'Initial alembic migration'
3636
else
37+
git add .
3738
git commit -am 'Initial alembic migration'
3839
fi

0 commit comments

Comments
 (0)