5 个版本
0.2.1 | 2021年4月23日 |
---|---|
0.2.0 | 2021年3月24日 |
0.1.3 | 2021年1月25日 |
0.1.2 | 2020年12月12日 |
0.1.0 | 2020年9月15日 |
#14 in #pr
49KB
1.5K SLoC
yag
YAG 是另一个 Git 命令行工具。
安装
如果您已经安装了环境中的 cargo
,则可以使用以下命令进行安装。
cargo install yag
如果您尚未安装 rust 工具,可以尝试使用以下命令安装 cargo。
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
*以上命令参考自 https://rust-lang.net.cn/tools/install
示例
# list all pull requests of current repository
yag pr list
# get the details of #3 pull request of current repository
yag pr get 3
# submit a new pull request from current branch to master
yag pr new
用法
使用 yag help
查看更多详细信息。
许可证
在 MIT 许可证下
依赖项
~11–26MB
~358K SLoC