Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.08 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.08 KB

made-with-Go status

BRANCHER 🔍🌿!!.

Tool to manage git branches

Usage

  • 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

Example

Bancher

Run on development mode

  • 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

Extra - Build using golang with Docker

  • Run make build

Next steps

  • Show error in a friendly way.
  • Build a neovim plugin ;)