M moonman239 Cancelled Original poster Mar 27, 2009 1,541 32 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 Jan 23, 2010 1,382 435 San Diego, CA USA 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.