#git-branch #branch #git-checkout #git #checkout #command-line-tool

app git-co

A command-line tool for simplified git branch checkout

5 unstable releases

0.3.0 Nov 5, 2023
0.2.0 Jul 29, 2023
0.1.2 Jun 13, 2023
0.1.1 Jun 12, 2023
0.1.0 May 30, 2023

#2846 in Command line utilities

42 downloads per month

Custom license

13KB
120 lines

git-co

git-co is a command-line tool that replaces the git checkout <BRANCH_NAME> command, enabling you to switch branches by selecting from the list of branch names.

Features

  • Effortlessly switch between branches using intuitive key-based navigation
  • Simplifies the branch selection process by presenting a list of available branches

Installation

You can install git-co using cargo, the package manager for Rust:

cargo install git-co

Make sure you have Rust and Cargo installed on your system before running the above command.

Usage

To use git-co, simply execute the command. This will launch the branch selection screen where you can choose the branch you want to check out.

git-co

The branch selection screen will display a list of available branches. Use the arrow keys or other supported keys to navigate through the list. Once you've highlighted your desired branch, press Enter to check it out.

License

MIT License

Dependencies

~24MB
~495K SLoC