Created
October 6, 2022 07:45
-
-
Save serjKim/f2daf1bbf6d5891700261d84556b668f to your computer and use it in GitHub Desktop.
Create/Apply git patch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git stash show -p -u stash@{0} > Stash0.patch | |
git apply Stash0.patch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment