Often during a commit ($ git -commit -m \"\"), I wish to read my last comment to remember what progress I have made. Is there an easy way to directly access the
$ git -commit -m \"\"
I did this
git reflog -1 | sed 's/^.*: //'