Is it possible to push a git stash to a remote repository?
- by Andrew Grimm
In git, is it possible to create a stash, push the stash to a remote repository, retrieve the stash on another computer, and apply the stash?
Or are my options:
Create a patch and copy the patch to the other computer, or
Create a minor branch and commit the incomplete work to that branch?