|
How to change the last commit message? |
Answered by
dwaddle
Sep 13, 2026
Replies: 1 comment
|
Use git commit --amend to modify the last commit message before pushing. |
0 replies
Answer selected by
dwaddle
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use git commit --amend to modify the last commit message before pushing.