git流程图:
一篇文章,教你学会Git
https://www.jianshu.com/p/072587b47515
git rebase -i HAND^^
注释:修改最近两次的commit log日志
注意:敲完命令后,如果只是修正log并且要提交的话需要选择reword
Git教程
https://www.liaoxuefeng.com/wiki/896043488029600
参考文章:
使用git rebase合并多次commit
https://blog.youkuaiyun.com/yangcs2009/article/details/47166361
git diff命令的使用
https://www.cnblogs.com/jmhwsrr/p/14085463.html