Selectively stashing your changes
git stash -p will allow you to interactively stash changes at a patch level (like other git commands that support the -p option)
Written on March 9, 2016 by jasonyuen
A microblog for web development
git stash -p will allow you to interactively stash changes at a patch level (like other git commands that support the -p option)