From 69c2110eda2c6ccaeddd1cd4bf0065c2b24e8007 Mon Sep 17 00:00:00 2001 From: Dantali0n <info@dantalion.nl> Date: Thu, 6 Jul 2023 21:52:03 +0200 Subject: [PATCH] Push commit with no edit --- hooks/post_gen_project.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/post_gen_project.sh b/hooks/post_gen_project.sh index 708c8f1..ab6593d 100644 --- a/hooks/post_gen_project.sh +++ b/hooks/post_gen_project.sh @@ -2,6 +2,6 @@ git init git add --all -git commit -m "initial commit" +git commit -m "initial commit" --author="Lukken <lukken@astron.nl>" --no-edit git tag v0.0.1 git submodule add https://github.com/LecrisUT/CMakeExtraUtils.git cmake/cmake-extra-utils \ No newline at end of file -- GitLab