git-branch

Crates.iogit-branch
lib.rsgit-branch
version0.1.2
created_at2025-10-26 16:42:22.052368+00
updated_at2025-12-15 09:10:35.098874+00
descriptionUse git-branch to manage local git branches interactively
homepagehttps://github.com/vi17250/git-branch
repositoryhttps://github.com/vi17250/git-branch
max_upload_size
id1901607
size41,266
Victor 💡 (vi17250)

documentation

https://github.com/vi17250/git-branch

README

Git branch

Use git-branch to manage local git branches interactively 🔥

  • Displays the origin branch
  • Displays the HEAD branch
  • Displays all local branches with the commit hash and time elapsed since the last modification
  • Delete branches simultaneously

Who is it intended for?

For all developers who use git as their version control system

Installation

Pre-requisite

  1. Install rustup to compile the source code for our device/os

Usage

  1. 📦 Install with cargo
cargo install git-branch
  1. 🥈 Run git-branch

  2. 🚀 Optional but incredible: Add an alias oh my zsh

touch $ZSH_CUSTOM/aliases.zsh
echo "alias ggb=git-branch" >> $ZSH_CUSTOM/aliases.zs
source ~/.zshrc 
  1. 🥇 Run ggb

demo

Special thanks:

The original idea came from the 🧙‍♂️ Valentin Barit

The original repo can be accessed here https://github.com/quibaritaenperdresatrompe/git-branch

Commit count: 0

cargo fmt