Crates.io | git-switch-branch |
lib.rs | git-switch-branch |
version | 0.2.0 |
created_at | 2025-01-05 15:43:27.834781+00 |
updated_at | 2025-01-09 22:44:02.009641+00 |
description | quickly switch git branches visually from the terminal |
homepage | http://github.com/nlfmt/git-switch-branch |
repository | http://github.com/nlfmt/git-switch-branch |
max_upload_size | |
id | 1504882 |
size | 33,077 |
git-switch-branch
lets you quickly switch between git branches using a visual menu in your terminal
This cli can be installed using cargo
:
cargo install git-switch-branch
You can then run it directly using git-switch-branch
, or configure an alias:
git-switch-branch alias
To start the branch selection menu, just run:
git sw
Note: This assumes you've aliased git-switch-branch
to sw
To view only remote branches:
git sw remote
To view all branches:
git sw all
First, make sure to remove any existing aliases:
git-switch-branch remove-alias
or
git <your-alias> remove-alias
then, uninstall it using cargo:
cargo uninstall git-switch-branch
This project is licensed under the MIT License - see the dedicated LICENSE file for details.