5 个版本 (3 个稳定版)
1.2.0 | 2024年6月23日 |
---|---|
1.1.0 | 2024年3月29日 |
1.0.0 | 2023年11月3日 |
0.2.0 | 2023年3月8日 |
0.1.0 | 2023年3月5日 |
#3 在 #pull
每月25次 下载
16KB
394 行
gitjuggling
这是一个在当前工作目录下的所有仓库中运行 git 命令的简单工具。
例如,具有以下目录结构
.
├── bar
│ ├── foobar
│ └── .git
├── baz
│ ├── foobar
│ └── .git
└── foo
├── foobar
└── .git
您可以在所有仓库中运行如下命令
$ gitjuggling fetch --all -p
/tmp/test/foo executing fetch --all -p
/tmp/test/baz executing fetch --all -p
/tmp/test/bar executing fetch --all -p
3 items succeeded, 0 items failed
安装
Fedora
您可以使用 COPR 仓库
$ sudo dnf copr enable vrischmann/gitjuggling
$ sudo dnf install --refresh gitjuggling
依赖关系
~3–13MB
~96K SLoC