📜  git ammend commit - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:39.253000             🧑  作者: 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