go install xudongz.com/code/gitstreak@latest
You can use gitsteak to display the graph for any number of repositories.
gitstreak path/to/repo1 path/to/repo2
You can limit it to a specific user by specifying their email address.
gitstreak -author [email protected] path/to/repo
If you have a single directory with all your repositories, you can easily include each repository.
gitstreak -author [email protected] path/to/parent/*
You can define an alias within your .bashrc
file if you do not want to specify
a list of repository every time.
gitstreak go
gitstreak linux
gitstreak -author [email protected] linux
gitstreak node