Posts Tagged ‘description’

Modifying message of last commit in GIT

July 14, 2011

You wrote the wrong description for the last commit and it annoys you. What to do?

git commit --amend -m "The correct description"

This will modify the history. Further discussion here.