Hasan TEZCAN
Posted on
How can I share a git stash?
Create a Patch:
You can create a patch file from your stash and send it to your colleague.
Run
gitstashshow-pstash@{0}>my_stash.patch
to create a patch file.
Send the my_stash.patch file to your colleague.
Your colleague can apply the patch with
gitapplymy_stash.patch.
Top comments(0)
Subscribe
For further actions, you may consider blocking this person and/orreporting abuse