git clean - deptno/deptno.github.io GitHub Wiki

git-clean

untracked 파일 지우기

git clean -fd [path]
  • -f : 파일
  • -d : 디렉토리

link