Im trying to change the last commit message by the tortoise git. I found the following answer on this forum: If the commit is the head of current branch, that is easy.
- Context menu -> Git Commit
- Tick "Amend Last Commit" checkbox
- Correct your commit message
- OK
But Im not able to find the "Amend Last Commit" checkbox. Please help
CodePudding user response:
After you did "TortoiseGit" → "Commit..."
CodePudding user response:
I could found it finally, that I had to do git commit again . In the commit window I could see the tick box. Thanks a lot Reynadan for answering, but I found it yesterday just after posting !