I am git newbie. When I hope to reset hard to discard all local modification, git return merge conflict
HEAD is now at 3291a25 will create merge conflict 1
my operation:
about half a month I commit as below
git commit -am "will create merge conflict 1"today I hope to reset --hard to this ref
yaoyangyong@ubuntulucky:~/repos01$ git reset --hard HEAD HEAD is now at 3291a25 will create merge confict 1The output confuse me. In fact, it is just my old comment.