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
Alternatively you can export the entire local stashes to another compter as follows
git pull