본문 바로가기
ERROR

remove local (untracked) files from the current Git working tree?

by ram_ 2022. 12. 14.
git clean -n -d

어느 파일이 삭제될 것인지 볼 수 있다.

git clean -fd

해당 파일을 삭제한다.

 

 

- 참고 자료

https://stackoverflow.com/questions/61212/how-do-i-remove-local-untracked-files-from-the-current-git-working-tree

 

How do I remove local (untracked) files from the current Git working tree?

How do I delete untracked local files from the current working tree?

stackoverflow.com