더북(TheBook)

새로운 파일을 하나 생성하여 추적되지 않는 새 파일을 만들었습니다. 새로 만든 파일이 불필요해졌습니다. clean 명령어를 사용하여 생성된 untracked 상태의 파일들을 삭제합니다.

infoh@DESKTOP MINGW64 /e/gitstudy07 (feature)

$ git clean 정리 실행

fatal: clean.requireForce defaults to true and neither -i, -n, nor -f given; refusing to clean

앗, 삭제 명령이 거부되었습니다. 삭제 명령은 민감해서 몇 가지 옵션을 같이 사용해야 합니다. 어떤 옵션이 있는지 -help 옵션으로 살펴봅시다.

$ git clean -help 도움말

usage: git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>...

 

-q, --quiet do not print names of files removed

-n, --dry-run dry run

-f, --force force

-i, --interactive interactive cleaning

-d remove whole directories

-e, --exclude <pattern>

add <pattern> to ignore rules

-x remove ignored files, too

-X remove only ignored files

신간 소식 구독하기
뉴스레터에 가입하시고 이메일로 신간 소식을 받아 보세요.