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 공유하기 게시글 관리 ram.zip 'ERROR' 카테고리의 다른 글 CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'. (0) 2023.01.02 AttributeError: module 'tabula' has no attribute 'read_pdf' (0) 2022.12.29 DatabaseError: 1205 (HY000): Lock wait timeout exceeded; try restarting transaction (1) 2022.12.11 IntegrityError: 1452 (23000): Cannot add or update a child row: a foreign key constraint fails (0) 2022.12.11 ProgrammingError: Not all parameters were used in the SQL statement (0) 2022.12.09 관련글 CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'. AttributeError: module 'tabula' has no attribute 'read_pdf' DatabaseError: 1205 (HY000): Lock wait timeout exceeded; try restarting transaction IntegrityError: 1452 (23000): Cannot add or update a child row: a foreign key constraint fails