Answers for "ammend commit message in git"

-1

git ammend commit

# 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
Posted by: Guest on April-25-2021
0

git commit with message

git commit -m <msg> 
git commit -message=<msg>
Posted by: Guest on December-14-2020

Code answers related to "ammend commit message in git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language