Answers for "add single file to stash"

0

how to apply changes in a single file from stash

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

stash a single file

git stash push -m "describe changes to filename.ext" filename.ext
Posted by: Guest on April-26-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language