Gitstats
A lightweight/pretty visualizer for recent work on a git code base in multiple branches. Helps stay up to date with teams working on one git repo in many branches.
Install / Use
/learn @karpathy/GitstatsREADME
gitstats
Reads any git repository and produces a nice and colorful summary for all of ongoing work in the repository, and convenient links to JIRA/BitBucket etc.
To get working:
- create a repos json configuration file by following the example in example_repos.json
- cd into the git repo of interest and git pull
- run
run.pyto process all the commits and write json files of output todeploy/directory cd deploypython -m http.server- visit the web browser
- enter name of the json file in the box and click load. Ok this is a bit janky LOL. Ah well.
