728x90
반응형
git status 했는데 다 커밋되었다고 나오는 경우
새 파일을 인식하지 못하는 경우 👇
# 1번 방법
git 파일 직접 삭제
# 2번 방법
rm -rf.git/
반응형
'형상관리 > Git' 카테고리의 다른 글
[Git] git pull 시 merge 오류 발생했을 때 강제로 덮어쓰는 방법 (0) | 2022.07.20 |
---|---|
[Git] 깃허브 파일명 변경하는 방법 (0) | 2022.03.08 |
[Git] .gitignore가 작동하지 않을 때 (0) | 2022.02.03 |
[git pull 에러] Please commit your changes or stash them before you merge (0) | 2021.05.14 |
[git pull 에러]please move or remove them before you merge (0) | 2021.05.13 |