I use git stash
a reasonable amount and then git stash pop
to re-apply my changes, typically when I want to do a pull from the remote without losing my changes.
But I saw the command git stash save
being used in a similar manner and after reading the git documentation I was non-the-wiser on what it does that git stash
does not do.
Can someone explain to me what it does? (please assume I am a simple person :)