[Git error] untracked working tree files would be overwritten
2021. 6. 6. 11:20ㆍgit
728x90
git error message : The following untracked working tree files would be overwritten by checkout
git clean -fd --dry-run
- git clean
- -fd 옵션
- -f: 파일
- -d: 디렉토리
- --dry-run : 어떤 파일이 지워지는지 미리 확인
728x90
'git' 카테고리의 다른 글
git add , git commit , git push "취소" (0) | 2021.04.26 |
---|---|
git lfs (0) | 2021.04.10 |
git add/commit/push 취소 (0) | 2021.04.10 |
branch 삭제 (local , remote) + 그 외 git branch 옵션들 (0) | 2021.04.01 |
git error : the following untracked working tree files would be overwritten by checkout: 파일명 (0) | 2021.03.24 |