I had local changes in my repository. before push , i fetch from remote and did rebasing it shows some conflicts and i fixed it.
and then i tried to push my changes , before commit it shows still need merge so i did rebase --abort without commiting my changes.
after that my local changes was gone.
i tried git reflog i dont find mine since i didnt commit.
I need my local changes how do i get it back? how rebase --abort delete my changes?
I did rebase --continue once i fix conflict. since it says need update. then only i gave rebase --abort
If you are using IntelliJ IDEA, you can right-click the root of your project go to Local History, and then Show History. You can now see all recent local changes and revert any files you want.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With