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 ac7171c commit 854d29dCopy full SHA for 854d29d
docs/tutorials/auto_prepare_commit_message.md
@@ -29,9 +29,9 @@ Copy the hooks from [here](https://github.com/commitizen-tools/hooks) into the `
29
executable by running the following commands from the root of your Git repository:
30
31
```bash
32
-wget -o .git/hooks/prepare-commit-msg https://github.com/commitizen-tools/hooks/prepare-commit-msg.py
+wget -O .git/hooks/prepare-commit-msg https://raw.githubusercontent.com/commitizen-tools/commitizen/master/hooks/prepare-commit-msg.py
33
chmod +x .git/hooks/prepare-commit-msg
34
-wget -o .git/hooks/post-commit https://github.com/commitizen-tools/hooks/post-commit.py
+wget -O .git/hooks/post-commit https://raw.githubusercontent.com/commitizen-tools/commitizen/master/hooks/post-commit.py
35
chmod +x .git/hooks/post-commit
36
```
37
0 commit comments