https://stackoverflow.com/questions/11269256/how-to-name-and-retrieve-a-stash-by-name-in-git
# save your working copy changes
git diff > some.patch
# re-apply it later
git apply some.patch
https://stackoverflow.com/questions/11269256/how-to-name-and-retrieve-a-stash-by-name-in-git
# save your working copy changes
git diff > some.patch
# re-apply it later
git apply some.patch