git stash 名前つける・未追跡ファイルも退避さす
code:zsh
git stash save -u "hogehoge"
git stash pop stash@{N}
#git