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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ This git hook requires `ruby` to be installed _(already pre-installed by defaul
15
15
To install simply run the following command. This requires `curl` to be installed.
16
16
17
17
```bash
18
-
sh <(curl -s https://raw.githubusercontent.com/yrave/prepare-commit-msg/master/scripts/install.sh)
18
+
sh <(curl -s https://raw.githubusercontent.com/schnappfuesch/prepare-commit-msg/master/scripts/install.sh)
19
19
```
20
20
21
21
> If you choose the option to install globally, you will have to reinitialize all your git repositories. The following helpful command reinitializes all repositories found in sub-directories of the current directory.
0 commit comments