Skip to content

elameendaiyabu/go-git-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Git Visualizer

Visualize local git commits from the command line - built with go

  • my august commits git visualizer

run locally

prerequisites

  • git
  • go

directions

  • clone project
git clone git@github.com:elameendaiyabu/go-git-visualizer.git
  • cd into project
cd go-git-visualizer
  • install required go packages
go mod tidy
  • add folders to include in commits visual
go run . --add ~
  • go run with your git config email passed as argument
go run . --email your@email.com

Tech Stack

  • go
  • go-git

how it works

  • get a list of folders to scan
  • generate git commits visuals from those folders

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages