几种情况:
增加了几个文件, 没有 add, 不想保存文件, 怎么快速清除文件?
add
增加了 add 了文件, 不想保存文件, 怎样清理?
修改了文件, 没有 add, 怎样清理?
修改了文件, 已经 add, 怎样清理?
欢迎选择我的课程,让我们一起见证您的进步~~
git clean -f
-d
git reset --hard
git reset
git checkout .
git checkout -f
git checkout 。
git status -s | awk ' = "?" { print }' | xargs rm -v
git clean -f
(-d
如果您有新目录)git reset --hard
( orgit reset
然后回到 1。)git checkout .
(或用文件名指定)git reset --hard
( orgit reset
然后回到3。)git clean -f
git checkout -f
git checkout -f
orgit checkout .
或git checkout 。
git checkout -f
git status -s | awk ' = "?" { print }' | xargs rm -v
git reset --hard
git reset --hard
git reset --hard