Skip to content

Commit

Permalink
init git
Browse files Browse the repository at this point in the history
  • Loading branch information
n-wbrown committed Nov 20, 2023
1 parent 86cbe1a commit 616ec49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/post_gen_project.sh
Original file line number Diff line number Diff line change
@@ -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 }} [email protected]:{{ cookiecutter.github_repo_group }}/{{ cookiecutter.repo_name }}.git
git commit -am "Initial commit from cookiecutter-pcds-python"
Expand Down

0 comments on commit 616ec49

Please sign in to comment.