Skip to content

Commit e3f6bd7

Browse files
committed
Updated the branch
1 parent 669e4d9 commit e3f6bd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ The way I recommend to track your git commits is to use git hooks. Run the follo
1919

2020
```sh
2121
# Using curl
22-
curl -s https://raw.githubusercontent.com/IonicaBizau/git-stats/git-hooks/scripts/init-git-post-commit | bash
22+
curl -s https://raw.githubusercontent.com/IonicaBizau/git-stats/master/scripts/init-git-post-commit | bash
2323

2424
# ...or wget
25-
wget -qO- https://raw.githubusercontent.com/IonicaBizau/git-stats/git-hooks/scripts/init-git-post-commit | bash
25+
wget -qO- https://raw.githubusercontent.com/IonicaBizau/git-stats/master/scripts/init-git-post-commit | bash
2626
```
2727

2828
Then, you have to run `git init` into your existing git repositories from your local machine (that's because the `post-commit` should be updated). This

0 commit comments

Comments
 (0)