Open alexdewar opened 1 month ago
We should probably re-work it to a more practical, real-world example of what stash is used for. For me, that is:
git stash
to stash all changes and git stash pop
to bring them backIt could be in either the merge conflicts section or the new pushing and pulling section in #88 (I find I often need to stash when pulling changes)
It probably fits better there.
Suggested by @AdrianDAlessandro.