git-plan:Git Plan-更好的git工作流程

时间:2021-03-06 17:24:54
【文件属性】:
文件名称:git-plan:Git Plan-更好的git工作流程
文件大小:19KB
文件格式:ZIP
更新时间:2021-03-06 17:24:54
Python git计划 更好的git工作流程。 开始编写代码之前,请先计划提交。 如果必须将更改解散为多个提交,则git commit暂存文件令人沮丧。 标准的git工作流程“编写代码->阶段更改->提交更改”鼓励我们不加思考地编写代码,然后在提交时间到来时惩罚我们。 安装 python3.8是必需的。 git clone https://github.com/synek/git-plan cd git-plan make install 该工具尚处于早期Alpha阶段,因此请提出问题,或者如果安装失败,请通知我。 要卸载,请运行make uninstall 用法 git plan您的第一次提交,或列出现有计划 git plan list列出现有计划 git plan add计划一个新的提交 git plan edit -编辑现有计划 git plan commit提交您的一个计划(以
【文件预览】:
git-plan-master
----git_plan()
--------exceptions.py(121B)
--------service()
--------model()
--------__init__.py(0B)
--------containers.py(3KB)
--------cli()
--------__cli__.py(799B)
----.github()
--------workflows()
----scripts()
--------git-plan(90B)
----config.yaml(109B)
----share()
--------gitplan-oracle.service(275B)
--------PLAN_MSG(343B)
----LICENSE(1KB)
----setup.py(247B)
----README.md(2KB)
----Makefile(1KB)
----.gitignore(2KB)

网友评论