Is it possible to push a git stash to a remote repository?

Posted by Andrew Grimm on Stack Overflow See other posts from Stack Overflow or by Andrew Grimm
Published on 2009-10-11T10:36:08Z Indexed on 2010/03/29 0:23 UTC
Read the original article Hit count: 423

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about git

Related posts about git-stash