The git visualizer is a vs code extension that visualizes git graphs to help you learn about git. The visualization style was inspired by the git-learning game Oh My Git, which I highly recommend. This extension makes use of the excellent force-graph library to produce the visualizations.
How to use the tool
Install the git-visualizer
Open a folder that is a git repo
Use cmd + shift + p or ctrl + shift + p to access the command palette.
Select the command Git Visualizer: Visualize Git Graph.
A visualization of the repo will be displayed in vscode!