From 616ec49420053ed01c62c496fc7e00ab641420e0 Mon Sep 17 00:00:00 2001 From: n-wbrown Date: Sun, 19 Nov 2023 18:50:56 -0800 Subject: [PATCH] init git --- 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 606a6f9..d89a0ef 100644 --- a/hooks/post_gen_project.sh +++ b/hooks/post_gen_project.sh @@ -1,6 +1,6 @@ #!/bin/bash -{% if cookiecutter.auto_git_setup == "yes" %} git init +{% if cookiecutter.auto_git_setup == "yes" %} git add -A git remote add {{ cookiecutter.git_remote_name }} git@github.com:{{ cookiecutter.github_repo_group }}/{{ cookiecutter.repo_name }}.git git commit -am "Initial commit from cookiecutter-pcds-python"