Skip to content

henrikgs/pickbranch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pickbranch

npm PRs Welcome

Pick a git branch

Install

npm install -g pickbranch

Usage

In any git repo use pickbranch to pick a branch from a list of branches sorted on latest commit date.

You can then:

  • type to filter
  • use arrow keys to traverse list of branches
  • hit Enter to go to selected branch

Tips

  • Search for ^start to find branches beginning with start. It's also possible to use other regular expressions.

  • Add a git alias in ~/.gitconfig. Then use git pick to pick a branch in your git repo.

    [alias]
        pick = "!f() { pickbranch $@; }; f"
    

About

Pick a git branch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published