Can someone explain the difference between:
git stash
versus:
git stash save
?
Thanks!
From the docs:
Calling git stash without any arguments is equivalent to git stash save.