Skip to content

Commit

Permalink
Add Git Hooks README.md entry
Browse files Browse the repository at this point in the history
  • Loading branch information
tillschallau committed Nov 13, 2023
1 parent a890db2 commit 687601f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,9 @@ implementation("tools.aqua:stars-core:0.2")
</dependency>
```

#### Git Hooks
To use our proposed Git Hooks you can execute the following command:
```shell
git config --local core.hooksPath .githooks
```

0 comments on commit 687601f

Please sign in to comment.