Skip to content

Instantly share code, notes, and snippets.

@jioo
Last active January 2, 2020 12:57
Show Gist options
  • Save jioo/daf87c33f059896fe4f806c8afdf1c6f to your computer and use it in GitHub Desktop.
Save jioo/daf87c33f059896fe4f806c8afdf1c6f to your computer and use it in GitHub Desktop.
Share stash to another computer
# Create latest stash into a file
git stash show "stash@{0}" -p > changes.patch
# Apply stash
git apply changes.patch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment