git 提交 有新文件执行 git stash -u
------
如果已经执行git stash,会发现有UNtracked这个单词
说明新文件没有添加进去,此时
执行 git stash pop
git stash -u
这时候再执行,git status会发现没有上面图片中的现象