https://github.com/naoty/git-contrib
Show contributors for speficied files
https://github.com/naoty/git-contrib
Last synced: 3 months ago
JSON representation
Show contributors for speficied files
- Host: GitHub
- URL: https://github.com/naoty/git-contrib
- Owner: naoty
- License: mit
- Created: 2015-08-24T14:02:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-22T02:37:26.000Z (almost 10 years ago)
- Last Synced: 2025-01-30T02:13:10.184Z (5 months ago)
- Language: Go
- Homepage:
- Size: 129 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# git-contrib
Show contributors for specified files.## Installation
```
$ go get github.com/naoty/git-contrib
```## Usage
```
$ git contrib main.go
Naoto Kaneko
``````
$ git contrib main.go hello.go
Naoto Kaneko
````-n` option helps to specify the number of contributors.
```
$ git contrib -n 3 main.go hello.go
Nobunaga Oda
Hideyoshi Toyotomi
Ieyasu Tokugawa
```## Author
[naoty](https://github.com/naoty)