https://blog.csdn.net/qq_37076942/article/details/131069063

# Git将更改补充到上次提交记录


1、修改代码后执行: git add . 
2、命令行提交: git commit --amend --no-edit
1
2
3