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

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -