I need a way to export a stashed change to another computer.
On computer 1 I did
$ git stash save feature
I\'m trying to get the stash
Apply your stash to it and make a commit
Click on your commit and make a patch from it, take the patch file with you.
Go to a different repository, select the same parent branch which you just used in 1)
Actions / Apply Patch, select Mode: Modify working copy files, push Apply Patch now you have uncommitted modifications from the patch in your current working environment
Make a new Stash for the current repo