Last active
November 9, 2021 09:12
-
-
Save buithehoa/a84215d4aaecb6f2567295dff02f6270 to your computer and use it in GitHub Desktop.
This file contains 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 push -u -m "stash_name" | |
git stash list | |
git stash apply stash^{/stash_name} | |
git stash apply stash@{n} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment