git clean -n -d
어느 파일이 삭제될 것인지 볼 수 있다.
git clean -fd
해당 파일을 삭제한다.
- 참고 자료
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
git clean -n -d
어느 파일이 삭제될 것인지 볼 수 있다.
git clean -fd
해당 파일을 삭제한다.
- 참고 자료
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