Re: Move git-stash from one machine (or working copy) to another From: Matthieu Moy <hidden> Date: 2016-06-15 22:50:27 David Aguilar [off-list ref] writes: This won't handle all cases, but it should do the trick 80%+ of the time. % git diff > foo.patch Or, if the patch produced by "git diff" doesn't do it: git commit -am foo git format-patch -1 git reset HEAD^ (on other machine) % git apply foo.patch In one command: git diff | ssh other-machine 'cd /path/to/repo && git apply' -- Matthieu Moy http://www-verimag.imag.fr/~moy/
Keyboard shortcuts hback out one level jnext message in thread kprevious message in thread ldrill in Escclose help / fold thread tree ?toggle this help