repositorypackage
0.0.0-20240712004920-c3fb954a361c
Repository: https://github.com/hasit/gitb.git
Documentation: pkg.go.dev
# README
gitb
Easy interactive local git branch selector for your terminal.
Installing
go get github.com/hasit/gitb
Using
Once you have successfully installed gitb
, it will put an executable binary in your $GOPATH/bin
folder. If you have $GOPATH/bin
in your shell's $PATH
, you are good to go. If not, do it! Read the section on The GOPATH environment variable for more information.
You can call gitb
from any local git repository.
gitb
Contributing
Feel free to ask questions, post issues and open pull requests. My only requirement is that you run gofmt
on your code before you send in a PR.