#git-checkout #git #checkout #git-tool #tool #cli

bin+lib git-heckout

Check out your favorite branches without typing them correctly

8 releases (5 breaking)

0.6.0 Feb 13, 2021
0.5.1 Feb 6, 2020
0.5.0 Jun 9, 2019
0.4.1 May 17, 2019
0.0.2 Apr 8, 2019

#1508 in Development tools

Download history 6/week @ 2024-02-26 202/week @ 2024-04-01

202 downloads per month

MIT license

7KB
96 lines

git-heckout

What is it?

git-heckout lists your branches and fuzzy matches your given branch name so that you can check out branches without typing their names entirely in.

For example:

$ git heckout ma
Successfully checked out branch master.

Installation

You can install/update git-heckout via:

$ cargo install --force git-heckout

or, via cargo install --path /path/to/clone. You may also find it useful to have an alias, e.g. git config --global alias.co heckout, or by adding

[alias]
        co = heckout

to your gitconfig. This allows you to use the shorthand

$ git co ma

which internally executes git checkout master if master is a branch.

Status

All of the basic functionality is effectively working, but a number of features have not been added yet.

Dependencies

~12MB
~277K SLoC