Crates.io | gfb |
lib.rs | gfb |
version | 1.1.3 |
source | src |
created_at | 2023-05-23 16:42:07.243177 |
updated_at | 2023-07-12 02:57:17.66546 |
description | Tiny CLI for enforcing branching name strategy across multiple git repositories |
homepage | https://github.com/byte-partisan/git-favorite-branch |
repository | https://github.com/byte-partisan/git-favorite-branch |
max_upload_size | |
id | 872158 |
size | 61,379 |
Quickly manage git branches during intensive multi-tasking work environments
You can always run gfb <SUBCOMMAND> -h
to get the latest usage.
Tiny CLI for enforcing branching name strategy across multiple repositories
Usage: gfb <COMMAND>
Commands:
add Add current branch to favorites
use Switch to a different branch
del Remove favorite branch
del-all Delete all favorite branches
branch Print Branch Name
new Create a new branch that is named with a value for a given key
ls List all favorite branches
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
-V, --version Print version
cargo install gfb
brew tap revent-studio/tap
brew install gfb
Currently we don't have a build available for multiple OS, so you will need to clone the repo and build it your self. No worries here is the guide to get it working on your machine.
Requirements
Installation Instructions
git clone git@github.com:byte-partisan/git-favorite-branch.git
cargo build
cargo install --path .
gfb --help