📅  最后修改于: 2022-03-11 14:58:06.909000             🧑  作者: Mango
# 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