mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-12-22 13:22:11 +01:00
Updated the branch
This commit is contained in:
parent
669e4d9581
commit
e3f6bd79c9
1 changed files with 2 additions and 2 deletions
|
@ -19,10 +19,10 @@ The way I recommend to track your git commits is to use git hooks. Run the follo
|
|||
|
||||
```sh
|
||||
# Using curl
|
||||
curl -s https://raw.githubusercontent.com/IonicaBizau/git-stats/git-hooks/scripts/init-git-post-commit | bash
|
||||
curl -s https://raw.githubusercontent.com/IonicaBizau/git-stats/master/scripts/init-git-post-commit | bash
|
||||
|
||||
# ...or wget
|
||||
wget -qO- https://raw.githubusercontent.com/IonicaBizau/git-stats/git-hooks/scripts/init-git-post-commit | bash
|
||||
wget -qO- https://raw.githubusercontent.com/IonicaBizau/git-stats/master/scripts/init-git-post-commit | bash
|
||||
```
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue