Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwalter2 committed Oct 15, 2024
1 parent 43fff4f commit 1baeb48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ Activate git Large File Storage (only need to do this once for a given user/home
git lfs install
```

Activate git pre-commit hooks (only need to do this once for a given repository)
Activate git pre-commit hooks (only need to do this once when checking out)
``` bash
git config core.hooksPath .githooks
git config --local include.path ../.gitconfig
```
If the pre-commit hook is doing something undesired, it can be by passed by adding “--no-verify” when doing “git commit”
If the pre-commit hook is doing something undesired, it can be by passed by adding “--no-verify” when doing “git commit”.

Get the code (after forking from the central WMass repository)
```bash
Expand Down

0 comments on commit 1baeb48

Please sign in to comment.