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提交您的一个计划(以