Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Edit a commit message using source control in Xcode

I committed my project using source control in Xcode. After the commit, I realized I forgot to add something to my commit message.

How can I go back and update the commit message?

like image 219
gossainapps Avatar asked Aug 15 '13 00:08

gossainapps


1 Answers

I actually ended up using the GitHub application that does the same as the command line just easier to use.

like image 149
gossainapps Avatar answered Oct 19 '22 11:10

gossainapps