Answers for "how to rename the last commit"

9

How to rename a commit ?

git commit --amend -m "New commit message."
Copy
Posted by: Guest on December-14-2021
0

git modify last commit message

git commit --amend
Posted by: Guest on July-06-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language