Answers for "git stash pop 2 times"

0

git stash pop single file

git checkout stash@{0} -- <filename>
Posted by: Guest on November-16-2020
0

git stash pop single file

git restore -s stash@{0} -- <filename>
Posted by: Guest on March-21-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language