# cin90 install-hook

Install the pre-push hook that submits your session

Points this repository's core.hooksPath at .githooks, so pushing
submits the session you recorded.

Hooks this repository already had keep firing: they are chained from the
new directory, because setting core.hooksPath stops git reading the old
one. Run it again after installing another hook — a hook added later
lands in the directory git no longer reads, and a second run chains it.
Undo it with `cin90 uninstall-hook`.

## Usage

```
cin90 install-hook [flags]
```

## Flags

```
  -h, --help   help for install-hook
```

## See also

- [cin90](/docs/cin90/)
