I cannot reset one particular file in the git working directory for some reason, beyond my understanding!
Here:
Now I am doing git reset - hard,
$ git reset --hard HEAD is now at 97b3164 Added clojure jars for personal tracking and also set clo jure classpath in jaskirat.el
After hard reset:
$ git status # On branch master # Changed but not updated: # (use "git add <file>..." to update what will be committed) # (use "git checkout -- <file>..." to discard changes in working directory) # # modified: elpa-to-submit/color-theme.el # no changes added to commit (use "git add" and/or "git commit -a")
I also tried git checkout - elpa-to-submit / color-theme.el but nothing returns me to a "clean" uninstalled working directory !: -S
Note. I have a clone of this repo from github on a Linux desktop and I don't see such problems on my desktop
source share