git-heckout

Crates.iogit-heckout
lib.rsgit-heckout
version0.6.0
sourcesrc
created_at2019-04-08 22:55:27.804498
updated_at2021-02-13 21:46:16.280981
descriptionCheck out your favorite branches without typing them correctly.
homepage
repositoryhttps://github.com/rye/git-heckout
max_upload_size
id126669
size17,655
Kristofer Rye (rye)

documentation

README

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.

Commit count: 420

cargo fmt