Using git stash to set aside in-progress work, pull or cherry-pick changes into a clean tree, then pop the stash back on top
$ grep -rl '#git-stash' ~/posts/ # 1 match
-
Stashing with Git
Using git stash to set aside in-progress work, pull or cherry-pick changes into a clean tree, then pop the stash back on top