Answers for "git modify past commit"

76

change git commit message

git commit --amend -m "New commit message"
Posted by: Guest on March-11-2020
0

change git commit

$ git commit --amend -m "Summary(Required)" -m "Description"
Posted by: Guest on January-17-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language