client폴더에 실수로 깃을 만들어서 지워야하는 상황
.git, .gitignore만 찾아서 지워주면된다.
-rm -r .git
-rm .gitignore
https://devconnected.com/how-to-delete-file-on-git/
반응형
'Network&etc > Git&Github' 카테고리의 다른 글
git discard 복구하기 (0) | 2022.07.04 |
---|---|
git stash로 commit안하고 잠깐 다른곳에 저장하기 (0) | 2022.06.22 |
readme sample (0) | 2021.05.23 |
git ignore (0) | 2021.04.22 |
git client_loop send disconnect connection reset by peer 에러 (0) | 2021.04.15 |