git commit -am "New entry in todo.txt
* nonsene commit-message becasue of missing text-expertise"
# enter on last line
git commit --amend
# now you can change the description, but you will get a new commit-id
git commit -am "New entry in todo.txt
* nonsene commit-message becasue of missing text-expertise"
# enter on last line
git commit --amend
# now you can change the description, but you will get a new commit-id