Answers for "git revert popped stash"

8

how to undo a git stash

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

restore git stash

# Just check out the branch you want your changes on, and then 
git stash apply 
#Then use 
git diff # to see the result
Posted by: Guest on March-14-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language