📜  如何更新提交 - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:06.909000             🧑  作者: Mango

代码示例2
# Edit hello.py and main.py
git add hello.py
git commit 
# Realize you forgot to add the changes from main.py 
git add main.py 
git commit --amend --no-edit