gt
Git tool that stream line commit management and history
Install
- You will need to install go on your machine: https://go.dev/doc/install
- Setup GOPATH
How to use
placeholder
Add the following to your shell config
export PATH=${PATH}:$HOME/go/bin
More information: https://go.dev/wiki/GOPATH#gopath-variable
- Install the binary
go install github.com/epicseven-cup/gt@latest
There could be delays between the Goproxy and GitHub binarys, you can use the direct setup
GOPROXY=direct go install github.com/epicseven-cup/gt@latest