File: README.md

package info (click to toggle)
qman 1.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,644 kB
  • sloc: ansic: 6,217; python: 149; sh: 82; makefile: 6
file content (12 lines) | stat: -rw-r--r-- 260 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# Git hooks

These scripts add the following functionality to `git`:
- Call `bump.sh` upon commit, to set the program version

## Installation instructions

```
$ cp pre-commit post-commit ../.git/hooks
$ cd ../.git/hooks
$ chmod +x pre-commit post-commit
```