Created
April 16, 2025 10:37
-
-
Save guywaldman/12f480c186eb0ec671f3e75a4e9a05f3 to your computer and use it in GitHub Desktop.
git tricks
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
# Stash without removing staged files (https://stackoverflow.com/a/60555832/6184088) | |
git stash store $(git stash create) -m "Stash commit message" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment