As mentioned, I found that I can use git-plus to restore the latest version, but I didn’t find how to restore to the specified version. How to do it?
For example ctrl-shift-h
Select Log CurrentFile
You will see short Hash, which is commitID
These are the versions I pushed using git-plus on atom. I want to go back to the c36dbca version in the middle. How to do it? Now I can only go back to the latest version that was pushed..
Currently, the plug-in does not support the reset --hard commit-id shortcut key... so use the git client. git plus only encapsulates some common operations and is not omnipotent.