Edit a commit message using source control in Xcode

git, git-commit, version-control, xcode4

Solution

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

Problem

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?

Original source