git 常见问题解决命令

1、git commit 提交的描述 不符合规范,需要删除 git commit 内的提交描述

$ git reset --soft HEAD^

    推荐阅读