Skip to content

Instantly share code, notes, and snippets.

@guywaldman
Created April 16, 2025 10:37
Show Gist options
  • Save guywaldman/12f480c186eb0ec671f3e75a4e9a05f3 to your computer and use it in GitHub Desktop.
Save guywaldman/12f480c186eb0ec671f3e75a4e9a05f3 to your computer and use it in GitHub Desktop.
git tricks
# 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