Git-Commit-Checker

This project is to simply check latest git commits by branch, repository

Tutorial

Prerequisite

1. Clone this repository

git clone https://github.com/vitamaxDH/git-commit-checker.git

2. Download libraries

go mod init commit-checker
go mod tidy

3. Run with arguments

Arguments

  • -d: parent directory
  • -r: recursive options
  • -cc: number of latest commits of each branch
go run main.go -d ~/projects/ -r -cc=10

KeyMap

  • space: Next page of a focused column
  • b: Prev page of a focused column