幾種情況:
增加了幾個檔案, 沒有 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