So I accidentally removed some new, untracked files from the working tree using git clean -f
. Is there a way to undo the clean or re-add those untracked files?
9618 次
So I accidentally removed some new, untracked files from the working tree using git clean -f
. Is there a way to undo the clean or re-add those untracked files?