Sublime Forum

[Features Request] Git reset head

#1

How to run git reset HEAD~1

I have been try revert commit but nothing change.

0 Likes

#2

Hi @maitai,

It is currently possible to reset to a specific commit. Just right click the commit you want to reset to and select reset.

Let me know if this works for you.

Kind regards,
-Dylan

1 Like

#3

FYI. Current i am using on linux
I can not find any menu reset

But I can do it by click on undo: Commit

0 Likes

#4

Hi Maitai,

Try right clicking the commit you want to reset to in the commit graph.
After this, you should see this menu:

Then select Reset < branch_name > to this commit.

Hope this helps,
- Dylan

1 Like

#5

Thank you for your support. :stuck_out_tongue:

In my case in I just COMMIT but still not PUSH.

But I have been found the solution

0 Likes