forked from kemitix/git-next
docs(readme): Add note on installing git-hooks
This commit is contained in:
parent
856a73fa98
commit
9580f88c2f
1 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,10 @@ After CI passes for *6:
|
||||||
|
|
||||||
The `dev` branch should never need to rebase onto `main` as `main` is only ever advancing along the `dev` branch as each commit passes CI.
|
The `dev` branch should never need to rebase onto `main` as `main` is only ever advancing along the `dev` branch as each commit passes CI.
|
||||||
|
|
||||||
|
### Developing on git-next
|
||||||
|
|
||||||
|
Before you start committing, run the `just install-hooks` command to setup the Git Hooks. [Get Just](https://just.systems/man/en/chapter_3.html)
|
||||||
|
|
||||||
### Design
|
### Design
|
||||||
|
|
||||||
- CLI to initialise the Repo (e.g. create config file)
|
- CLI to initialise the Repo (e.g. create config file)
|
||||||
|
|
Loading…
Reference in a new issue