Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git stash apply specific file

git diff stash^! -- path/to/relevant/file/in/stash.ext perhaps/another/file.ext > my.patch
git apply < my.patch
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #git #stash #apply #specific #file
ADD COMMENT
Topic
Name
3+8 =