https://github.com/hasit/gitb
Easy git branch selector for your terminal
https://github.com/hasit/gitb
Last synced: 3 months ago
JSON representation
Easy git branch selector for your terminal
- Host: GitHub
- URL: https://github.com/hasit/gitb
- Owner: hasit
- License: mit
- Created: 2016-10-05T22:09:13.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2025-10-20T23:27:09.000Z (8 months ago)
- Last Synced: 2025-12-18T04:19:24.103Z (6 months ago)
- Language: Go
- Size: 2.89 MB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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](https://golang.org/doc/code.html#GOPATH) 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.