Skip to content

Commit

Permalink
chore: refactor the script to make a local git repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarmos-san committed Sep 24, 2023
1 parent 553ee60 commit 1ddc44c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions simple-project/hooks/post_gen_project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@

set -euo pipefail

# Initialise the generated project as a local Git repository
git init

# Generate the project files/folders and install the Pre-Commit hooks
pre-commit install --install-hooks

0 comments on commit 1ddc44c

Please sign in to comment.