文件名称:mgit:Mass Git - 在多个存储库上运行命令
文件大小:144KB
文件格式:ZIP
更新时间:2024-07-03 11:34:34
Go
MGit:大规模 Git Mass git 是一种在多个存储库上运行命令、收集其输出并将其呈现在一个视图中的工具。 在分支、远程、名称等上过滤存储库 在多个存储库上执行 Git 命令 合并所有输出 配置简单 自定义和扩展命令 例子 # Get an overview of all customer code on your machine. mgit -root ~/customer list # Alternatively use the regular git status command. mgit -root ~/customer status # Copy all your development branches to your laptop. mgit -branch develop -remote laptop push laptop # Refresh your g
【文件预览】:
mgit-master
----config()
--------setup.go(3KB)
--------input.go(7KB)
--------input_test.go(2KB)
----docs()
--------manual.md(4KB)
--------mass_git_logo.pxm(370KB)
--------mass_git_logo.png(28KB)
----command()
--------list.go(2KB)
--------exec.go(2KB)
--------echo.go(1KB)
--------help.go(965B)
--------version.go(691B)
--------git_proxy.go(2KB)
----repository()
--------definitions.go(2KB)
--------repository.go(6KB)
--------repositories.go(3KB)
----filter()
--------branch.go(3KB)
--------name.go(975B)
--------remote.go(3KB)
--------tag.go(2KB)
----profile-mgit.sh(390B)
----engine()
--------output.go(2KB)
--------engine.go(3KB)
----CHANGELOG.md(280B)
----mgit.go(1KB)
----README.md(2KB)
----LICENSE.txt(1KB)