1 个不稳定版本

0.1.0 2023年1月30日

#2141 in 开发工具

MIT/Apache

12KB
172

git-branch-history

分支检查历史记录导航工具。

安装

cargo install git-branch-history

用法

主命令

$ 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

转到上一个分支别名

$ git popb

功能

  • 转到最后的分支
  • 列出分支检查历史记录
  • 交互式或正常检查历史记录中的第n个分支

许可证

git-branch-history 在 MIT 许可证和 Apache 许可证 2.0 的条款下双许可。

有关详细信息,请参阅 LICENSE-APACHELICENSE-MIT 文件。

依赖项

~14MB
~323K SLoC