Installation
git-brief is a single compiled binary written in Go.
Method 1: Go Install (Recommended)
Section titled “Method 1: Go Install (Recommended)”If you have Go installed on your machine, you can install the latest version directly:
go install github.com/tukesh1/git-brief@latestMake sure your Go bin directory is in your PATH. If your terminal says git-brief: command not found, add this to your ~/.bashrc or ~/.zshrc:
export PATH="$PATH:$(go env GOPATH)/bin"Method 2: Build from Source
Section titled “Method 2: Build from Source”If you want to build the binary yourself:
git clone https://github.com/tukesh1/git-brief.gitcd git-briefmake installThis compiles the binary and copies it to ~/.local/bin/git-brief.
Make sure ~/.local/bin is in your PATH:
export PATH="$PATH:$HOME/.local/bin"Verify Installation
Section titled “Verify Installation”git brief --version