https://github.com/ozh/git-score
Get some statistics about committers
https://github.com/ozh/git-score
git php stats
Last synced: 7 months ago
JSON representation
Get some statistics about committers
- Host: GitHub
- URL: https://github.com/ozh/git-score
- Owner: ozh
- Created: 2017-04-28T08:01:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-30T15:20:26.000Z (over 8 years ago)
- Last Synced: 2025-04-11T18:07:09.992Z (7 months ago)
- Topics: git, php, stats
- Language: PHP
- Homepage:
- Size: 6.84 KB
- Stars: 11
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# git-score
*git score* is a script to compute some "scores" for committers in a git repo. Use it for fun or to brag about your involvement in the development of a project.
This script is inspired by [git-score](https://github.com/msparks/git-score), a python script
## Use as a git alias:
Add this to your git config (eg `~/.gitconfig`)
```ini
[alias]
score = "!php /full/path/to/git-score.php"
```
## Usage
In a repository, type:
```sh
git score
```
This will output something like the following:
```
$ git score
name commits delta (+) (-) files
Ozh 2230 47906 66188 18282 500
Léo Colombaro 145 1038 15438 14400 84
lesterchan 43 553 1366 813 24
Nic Waller 13 322 434 112 5
BestNa.me Labs 12 10 21 11 4
Preovaleo 11 -5 28 33 7
Clayton Daley 9 13 29 16 2
Diftraku 8 0 16 16 8
Audrey 4 10 21 11 4
```
## License
Do whatever the hell you want to do with it