Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 751 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 751 Bytes

visualizedGit

Visualize local git contribution powered by cobra and zap.

Install

git clone https://github.com/zouyonghe/visualizedGit.git
cd visualizedGit
go install .

Usage

visualizedGit --help                          # Show help information of this tool
visualizedGit add -p /path/to/repo(s)         # Add Git repository which you would like to track
visualizedGit show -e [email protected]       # show visualized local git contribution of the specified email address
visualizedGit chkcfg                          # Show current tracking git repositories
visualizedGit rmcfg                           # Remove tracking git repositories

License

This software is power by the GPLv2 license.