M moonman239 Cancelled Original poster Jul 12, 2014 #1 I just made a commit and wrote an incorrect message in the message box. How do I change it?
mfram Contributor Jul 12, 2014 #2 Not sure you can do it from the UI. But you can do it from the command-line. Open the Terminal and cd to the directory with your project. Then you can use 'git commit --amend'. You will have the opportunity to change the message.
Not sure you can do it from the UI. But you can do it from the command-line. Open the Terminal and cd to the directory with your project. Then you can use 'git commit --amend'. You will have the opportunity to change the message.