GitVisualizer is a simple CLI tool inspired by Flavio Copes' Git Contributions that allows users to visualize commits in a Git repository. It provides a clear and concise view of your repository's commit history.
- Visualize Commits: View all the commits in a Git repository in a clear and structured manner.
- Simple and Fast: Quickly parse and display commit data from your local repositories.
- Easy to Use: Intuitive command-line interface designed for developers.
To install GitVisualizer, clone this repository and build the Go program:
git clone https://github.com/Yashh56/GitVisualizer.git
cd GitVisualizer
go run . -add D:\FilePath\XYZ
go run . -email [email protected]
go build .