| Crates.io | git-branch-history |
| lib.rs | git-branch-history |
| version | 0.1.0 |
| created_at | 2023-01-30 22:58:20.630544+00 |
| updated_at | 2023-01-30 22:58:20.630544+00 |
| description | Tool for navigating through a history of branch checkouts. |
| homepage | |
| repository | https://github.com/RiddleMan/git-branch-history |
| max_upload_size | |
| id | 772230 |
| size | 34,106 |
Tool for navigating through a history of branch checkouts.
cargo install git-branch-history
Main command:
$ git branch-history --help
Tool for navigating through a history of branch checkouts.
Usage: git-branch-history <COMMAND>
Commands:
list List history of branch checkouts
pop-branch Navigate to previous branch from history
checkout Checkout a branch from history
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
-V, --version Print version
Go to previous branch alias:
$ git popb
git-branch-history is dual-licensed under the terms of the MIT License and the Apache License 2.0.
See the LICENSE-APACHE and LICENSE-MIT files for details.