git clean -fdx

mohadang·2023년 6월 25일
0

Git

목록 보기
5/16
post-thumbnail

-fdx 옵션은 ignore 처리된 파일, git에 추적되지 않는 파일들을 제거한다.

AAA.txt : git에 추적되지 않는 파일
BBB.log : ignore 처리된 파일

git clean -fdx 실행시 AAA.txt, BBB.log 제거된다

profile
mohadang

0개의 댓글