Loading... ## 本节知识点 - git commit -m "commit message" - git commit --amend - git commit -am "commit message" ## 实战演习 ```bash $ nano index.html ... $ git add . $ git commit -m "modified." $ git log # remove debug info. $ nano index.html ... $ git add . $ git commit --amend $ git status $ git log ``` ## 李培冠博客 https://lpgit.com Last modification:July 31st, 2020 at 09:10 pm © 允许规范转载 Support ×Close Appreciate the author Sweeping payments Pay by AliPay Pay by WeChat