Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 1003 Bytes

readme.md

File metadata and controls

61 lines (40 loc) · 1003 Bytes

Installation

go install xudongz.com/code/gitstreak@latest

Usage

You can use gitsteak to display the graph for any number of repositories.

gitstreak path/to/repo1 path/to/repo2

You can limit it to a specific user by specifying their email address.

gitstreak -author [email protected] path/to/repo

If you have a single directory with all your repositories, you can easily include each repository.

gitstreak -author [email protected] path/to/parent/*

You can define an alias within your .bashrc file if you do not want to specify a list of repository every time.

Example Graphs

gitstreak go

gitstreak linux

gitstreak -author [email protected] linux

gitstreak node

Author

Xudong Zheng