https://github.com/enesser/git-breakdown
Shows a commit breakdown graph for Git, for file types and commit authors.
https://github.com/enesser/git-breakdown
Last synced: about 1 month ago
JSON representation
Shows a commit breakdown graph for Git, for file types and commit authors.
- Host: GitHub
- URL: https://github.com/enesser/git-breakdown
- Owner: enesser
- License: mit
- Created: 2014-06-03T20:11:31.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-03T21:45:28.000Z (almost 10 years ago)
- Last Synced: 2025-02-10T07:16:01.020Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 176 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
git-breakdown
============This is a Bash script that shows a breakdown for a Git repository. It will show a graph for the type of files, and another graph for commit authors.

## Usage
I prefer to copy this script somewhere in my path so it can be executed from anywhere. That's optional. But to use the script,
simply run it in any directory that contains a Git repository.```
$ git-breakdown
file type number of files
html [ 19]: #############################
js [ 17]: #########################
css [ 8]: ###########
json [ 3]: ###
png [ 2]: ##
md [ 2]: ##
yml [ 1]:
opts [ 1]:
jshintrc [ 1]:
jade [ 1]:
gitignore [ 1]:author commits
TJ Holowaychuk [ 148]: #############################
Shuvalov Anton [ 67]: ############
Jonathan Ong [ 15]: ##
Andy Burke [ 14]: #
Dmitrii Pakhtinov [ 12]: #
Rico Sta. Cruz [ 8]:
```## License
MIT