Save Git Stashes November 2, 2018 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
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