Skip to content

harryray/git-switch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

git-switch

Switch between your most used branches

git switch is a simple git utility to let you swicth branches in a project. The nice thing about it, is that it let's you pick from a list of recently used branchs, rather than all your 100+ branches.

Install

You can simply download the scripts in anyway you like and make sure to put the program into your $PATH

Following runtime dependencies need to be also installed:

Usage

# On any git repository
$ git switch

About

Switch between your most used branches

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 74.7%
  • Makefile 25.3%