Answers for "stash a particular file git"

3

git stash one file

git stash save -- just_my_file.txt
Posted by: Guest on February-19-2021
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