We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dae3092 commit e34d0fdCopy full SHA for e34d0fd
README.md
@@ -37,10 +37,10 @@ go run src/main.go --setup --path F:/Git/commit-msg --name commit-msg
37
38
## Usage
39
40
-To run `commit-msg`, use:
+To run `commit-msg`, use: (Use the you git repo path)
41
42
```bash
43
-go run src/main.go --path F:/Git/commit-msg
+go run src/main.go .
44
```
45
46
This will execute `commit-msg` in the current directory:
0 commit comments