Skip to content

yusukemorita/git-switch-interactive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

A simple tool to interactively switch (and delete) git branches.

Usage

usage demonstration

Installation

go install github.com/yusukemorita/git-switch-interactive@latest

or build locally

go build -o git-switch-interactive cmd/main.go; mv ./git-switch-interactive ~/go/bin/

Releasing a new version

git tag v0.1.2
git push origin v0.1.2

Thanks

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages