Appearance
Quick start
Install git-activity
shellbrew install olets/tap/git-activity
Close the terminal, and open a new terminal.
Set up automatic recording in all new repos
shellgit activity install --global
Set up automatic recording in existing repos
shellcd my-repo git activity install
Use Git for a while.
Review your Git activity
shellgit activity show
Read up on all the ways you can filter
git activity show
, at Usage > Show.