git add されていないファイルのみ stash する : git stash -u -k

git add -pでコミット候補を作ったあと、一旦それだけ試したい時

git stash -u -k で add されていないもの全部 stash できる。(新規ファイルもstash されます)