- Download the binary from releases section.
- Run
$ brancher
and select the brach to make the checkout in the menu or you can run$ brancher branch_name
directly - Use the command
-n
to create a new branch
- Clone this repo
git clone https://github.com/pablotrianda/brancher.git
- Go to folder
cd brancher
- Install the dependencies
go mod tidy
- Run
go run *.go
- Run
make build
- Show error in a friendly way.
- Build a neovim plugin ;)