Using the same table representation as in git-reset manual page, I have these states in my git repository:
working index HEAD
------------------
 B       B     A
What command will change the states to those?
working index HEAD
------------------
 A       B     A
I other word, I want to "reset" the  working directory state to the HEAD state, but without touching the staging area state.