Git - How to Undo an Unsync'ed Discard-All Rollback? -
I've made three commitments in git but have not synchronized my changes I used to commit a local using GUI Rolled for and some drawbacks are lost in the GUI. Can I restore those commands? I am scared to synchronize my current changes because I want them to store those local commands in the archive.
Is it possible to recover those local commands? if so, how?
Here's an example, except that my changes are not synchronized:
The above image is a commute history.
Since you should know that you want to rollback the HASH code, just click on the The image above is when I change my changes Given, [left my changes, and
git-reset ] done.
git Can go back to reset --hard d513712892 .
Comments
Post a Comment