Visualize local git commits from the command line - built with go
- git
- go
- clone project
git clone git@github.com:elameendaiyabu/go-git-visualizer.git
- cd into project
cd go-git-visualizer
- install required go packages
go mod tidy
- add folders to include in commits visual
go run . --add ~
- go run with your git config email passed as argument
go run . --email your@email.com
- go
- go-git
- get a list of folders to scan
- generate git commits visuals from those folders