Undo git stash pop without saving stash -


i popped stash led unintended consequences. fortunately stash contents weren't important. last commit sha (pre-pop) b1a6d2919dc8a8e80122466cf8662196102ba2d4

is there way reverse pop using sha?

if want discard stash entirely. try git reset --hard <sha>


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

java.util.scanner - How to read and add only numbers to array from a text file -

iphone - Three second countdown in cocos2d -