Answers for "stash one file change"

0

how to apply changes in a single file from stash

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

git stash changes to particular file

git stash push <path>
Posted by: Guest on February-25-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language