Home > Software engineering >  Tortoise Git change the last commit
Tortoise Git change the last commit

Time:06-18

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.

  1. Context menu -> Git Commit
  2. Tick "Amend Last Commit" checkbox
  3. Correct your commit message
  4. OK

But Im not able to find the "Amend Last Commit" checkbox. Please help

CodePudding user response:

After you did "TortoiseGit" → "Commit..."

TortoiseGit commit dialog

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 !

  • Related