ENHow to git stash one file and add a message
Stashing one file only is done with git stash push but what about adding also a message to the stash so you can easily get it afterward?
Stashing one file only is done with git stash push but what about adding also a message to the stash so you can easily get it afterward?