Answers for "git copy stash entry from one repo to another"

0

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
Posted by: Guest on March-09-2021

Code answers related to "git copy stash entry from one repo to another"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language