Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git copy stash entry from one repo to another

git stash show -p > patch

cd /new/project/dir
git apply /old/project/dir/patchfile
git stash
Source by gist.github.com #
 
PREVIOUS NEXT
Tagged: #git #copy #stash #entry #repo
ADD COMMENT
Topic
Name
8+7 =