Skip to content

Instantly share code, notes, and snippets.

@DevanB
Created November 2, 2018 15:21
Show Gist options
  • Save DevanB/4ab91dc64d3df62d8eaffb3ffd573088 to your computer and use it in GitHub Desktop.
Save DevanB/4ab91dc64d3df62d8eaffb3ffd573088 to your computer and use it in GitHub Desktop.

Save stashes

Want to leave yourself a message with a stash?

git stash save message here

Want to pop or apply a stash? Use the zero-index based array position.

git stash apply 0

git stash pop 2

Created with 📕TILed

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