未追跡のファイルを削除するにはどうすればよいですか?私はgit cleanのほぼすべてのバリエーションを試しました。 git clean -f -d -n -x]を実行し、git stash save -include-untrackedを試しました。 でも、それでもファイルはそのままです。助言がありますか?gitでGITでuntrackedファイルを削除する方法
$ git st
On branch abc
Untracked files:
(use "git add <file>..." to include in what will be committed)
meow/
woof_001
もしそれらが追跡されていなければ、通常の方法でそれらを削除するだけで、gitを全く必要としません。 – jonrsharpe
'git clean -fd'は役に立ちますか? – nullpointer
'git clean -id'の出力は何ですか?それは、それがきれいにしようとしているファイルを一覧表示する必要があります。 – Ryan