Skip to content

Instantly share code, notes, and snippets.

@DevanB
Created November 2, 2018 15:16
Show Gist options
  • Save DevanB/cd24eed8d2fa792f4224dc301bc165b5 to your computer and use it in GitHub Desktop.
Save DevanB/cd24eed8d2fa792f4224dc301bc165b5 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