#command #git-repository #directories #index #limited #repotools #aa

已删除 aa2

将git仓库中的所有文件添加到索引,可选地限制在一个或多个目录中

0.9.1 2019年11月16日
0.9.0 2019年11月15日
0.0.1 2019年11月14日
0.0.0 2019年11月14日

#49 in #limited

ISC 许可证

9KB
79 代码行数

aa2

Crates.io

此crate提供了aa命令,并作为repotools工具集的一部分。

您可以通过在终端中运行以下命令安装所有repotools工具

cargo install repotools

如果您只想安装其中一些,可以单独安装。请参考repotools获取工具的完整列表及其各自crate的链接。

要单独安装aa工具,请在终端中运行以下命令

cargo install aa2

用法

aa [<path>...] – 将git仓库中的所有文件添加到索引,可选地限制在一个或多个目录中

当您想暂存所有内容或特定目录中的所有内容以供提交时,分别键入aaaa <path>...

aa类似于git add -A,但更强大。

依赖关系

~0.8–1.2MB
~14K SLoC