Skip to content

GitVisualizer is a simple CLI tool that allows users to visualize commits in a Git repository. It provides a clear and concise view of your repository's commit history.

Notifications You must be signed in to change notification settings

Yashh56/GitVisualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitVisualizer

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.

Features

  • 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.

Installation

To install GitVisualizer, clone this repository and build the Go program:

git clone https://github.com/Yashh56/GitVisualizer.git
cd GitVisualizer

Add the file path

go run . -add D:\FilePath\XYZ

Add your email

go run . -email [email protected]

Build the Project

go build .

About

GitVisualizer is a simple CLI tool that allows users to visualize commits in a Git repository. It provides a clear and concise view of your repository's commit history.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages