search

Home  >  Q&A  >  body text

How to restore the atom plug-in git-plus to the specified commitID

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..

PHP中文网PHP中文网2807 days ago648

reply all(1)I'll reply

  • 给我你的怀抱

    给我你的怀抱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.

    reply
    0
  • Cancelreply