Answers for "how to redo a commit message in git"

80

change git commit message

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

change commit message git

git commit --amend -m 'commit message'
Posted by: Guest on March-04-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language