You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-9Lines changed: 15 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Git Hooks and Changelog Generator based on Conventional Changelog
6
6
7
7
-[Why](#why)
8
8
-[What](#what)
9
-
-[Install](#install)
9
+
-[Installation](#installion)
10
10
-[Git Hooks](#git-hooks)
11
11
-[Change Log](#change-log)
12
12
@@ -16,26 +16,26 @@ Git Hooks and Changelog Generator based on Conventional Changelog
16
16
## What
17
17
... A single file that can be added to your project that will install git hooks to standardize git commits and generate change logs automagically ...
18
18
19
-
## Install
19
+
## Installation
20
20
21
21
To install **cgtools** simply drop the bin into your project directory and run `./cgtools install -v`.
22
22
23
23
```
24
-
$ chmod u+x cgtools
25
-
$ ./cgtools install -v
24
+
> chmod +x cgtools # Make cgtools executable
25
+
> ./cgtools install -v # Install cgtools
26
26
Checking dependencies...
27
27
OK
28
28
Generating Git Hooks...
29
29
OK
30
30
```
31
31
32
-
### Bash Completion
32
+
### Tab completion in bash and zsh
33
33
34
-
**cgtools** can generate *Bash Completion* with the flag `-b` or `--bash-completion`. You can test it out by sourcing the file: `source cgtools-completion.sh` or adding it to your `.bashrc`.
34
+
**cgtools** can generate *tab completion* for bash and zsh with the flag `-b` or `--bash-completion`.
35
+
You can test it out by sourcing the file: `source cgtools-completion.sh`.
0 commit comments