git-branch-history

Crates.iogit-branch-history
lib.rsgit-branch-history
version0.1.0
sourcesrc
created_at2023-01-30 22:58:20.630544
updated_at2023-01-30 22:58:20.630544
descriptionTool for navigating through a history of branch checkouts.
homepage
repositoryhttps://github.com/RiddleMan/git-branch-history
max_upload_size
id772230
size34,106
Artur Ptaszek (RiddleMan)

documentation

README

git-branch-history

Tool for navigating through a history of branch checkouts.

Installation

cargo install git-branch-history

Usage

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

Features

  • Navigating to the last branch
  • Listing a history of branch checkouts
  • Checkout of nth branch in history interactively or normally

License

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.

Commit count: 9

cargo fmt