Skip to content

Instantly share code, notes, and snippets.

@leandrow
Last active June 18, 2023 19:14
Show Gist options
  • Save leandrow/2106ed90b8025a6c13f8162c3944775f to your computer and use it in GitHub Desktop.
Save leandrow/2106ed90b8025a6c13f8162c3944775f to your computer and use it in GitHub Desktop.
How to use the stash on Git

Git stash

git stash list
git stash save "mensaje opcional"
git stash apply NOMBRE-DEL-STASH

And more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment