文件名称:git-pair:用于在 git 中成对提交的最小 bash 脚本。 存档
文件大小:10KB
文件格式:ZIP
更新时间:2024-06-20 01:19:08
Shell
git对
仅限 Bash 的 git 配对脚本。 没有外部依赖于Ruby,Python,Node或任何其他运行时。
已存档:此存储库不再维护,因为我的 git 配对需求现在由满足,相比之下,它是无状态且更灵活的。
安装
在带有macOS 上:
brew install spinningarrow/tap/git-pair
在其他操作系统和包管理器上,将git-pair脚本复制到$PATH某个位置。
用
查看使用信息:
git pair help
添加一个新人:
git pair add
并按照提示操作。
列出现有人员:
git pair list
设置对:
git pair set
【文件预览】:
git-pair-master
----.travis.yml(74B)
----Dockerfile(302B)
----tests()
--------expect_add_test.exp(2KB)
--------expect_add_one.exp(2KB)
--------expect_add_two.exp(2KB)
--------test.bats(4KB)
--------expect_add_test_different_case.exp(2KB)
----git-pair(3KB)
----LICENSE.md(1KB)
----.gitignore(25B)
----Makefile(332B)
----README.md(2KB)