git-fuzzy-checkout

1.0.1 • Public • Published

Git Fuzzy Checkout

Checks out a branch by searching the branch name.

Install

npm install -g git-fuzzy-checkout

This is a shell script

Yes, that's right. This is a simple /bin/sh script.

Yes, I'm using NPM to distribute it. Hey, they've always claimed that they're not a Node package manager. NPM is simply the easiest way for me to distribute software.

Usage:

checkout some branch name

or

co some branch name

Will search for branches that match some.*branch.*name so the word order is significant. If only one branch is found it will check out that branch otherwise it will dump all matching branches.

Readme

Keywords

none

Package Sidebar

Install

npm i git-fuzzy-checkout

Weekly Downloads

1

Version

1.0.1

License

BSD-3-Clause

Unpacked Size

2.73 kB

Total Files

4

Last publish

Collaborators

  • slebetman