文件名称:git-barry:可定制的高级git分支操作工具
文件大小:15KB
文件格式:ZIP
更新时间:2024-02-26 11:16:03
python git-flow git-addons project-management development-tools
受Gitflow启发,但灵活且可自定义的项目管理工具。 快速演示: $ git barry start feature awesome # Create and switch to feature branch $ git barry finish # Merge with master then delete branch, switch to master $ git barry start release v0.9.8 # Create and switch to release branch $ git barry finish # Tag branch, merge wi
【文件预览】:
git-barry-master
----.travis.yml(284B)
----gitbarry()
--------constants.py(249B)
--------config()
--------main.py(785B)
--------__init__.py(0B)
--------reasons()
--------actions()
--------utils()
----tests()
--------utils_git_test.py(2KB)
--------constants_test.py(576B)
--------__init__.py(0B)
----tox.ini(153B)
----LICENSE(1KB)
----gitbarry.ini(314B)
----setup.py(1KB)
----.gitignore(74B)
----dist.sh(76B)
----README.md(2KB)
----.editorconfig(118B)
----.flake8(63B)