Answers for "rollback a removed stash git"

8

how to undo a git stash

git stash apply
Posted by: Guest on June-08-2020
9

git delete stash

git stash drop stash@{index}   // here index will be shown after getting stash list.
Posted by: Guest on April-22-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language