#git-repository #command-line-tool #multiple #git-status #perform #action #repo

app rigit

允许你在多个仓库上执行 git 动作的命令行工具

4 个版本

0.2.0 2024年3月17日
0.1.7 2024年3月15日
0.1.3 2023年11月14日

#1490命令行工具

每月 26 次下载

MIT 许可协议

13KB
250 代码行

rigit

允许你在多个仓库上执行 git 动作的工具。

安装

cargo install rigit

用法

rigit [OPTIONS] [COMMAND]

Commands:
  status  Run git status on all repos in the following directory
      -v, --verbose  Print complete git status
  fetch   Run git fetch on all repos in the following directory
  help    Print this message or the help of the given subcommand(s)

Options:
  -G, --generate <generator>  [possible values: bash, elvish, fish, powershell, zsh]
  -h, --help                  Print help
  -V, --version               Print version

WIP(因为实现的主要命令是我想要这个工具的主要原因,所以可能需要一些时间)

  • pull:拉取指定目录下所有仓库的远程更改,并合并/变基它们。

计划中的功能

  • push:将指定目录下所有仓库的本地更改推送到远程仓库。

依赖

~1–11MB
~62K SLoC