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..
给我你的怀抱2017-05-02 09:43:35
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.