git


📌폴더 remote 저장소에서 삭제

git rm -r —cached

git push remote주소 branch이름

📌실수로 git에 만든 서브모듈 삭제

스크린샷 2022-04-21 오전 11.30.05.png

  1. client 폴더에서 .git 삭제

rm -rf .git

git rm --cached --ignore-unmatch client

git add client/

출처 : https://stackoverflow.com/questions/16346098/accidentally-created-a-git-submodule

스크린샷 2022-04-22 오후 12.13.24.png

npm이 사용하는 명령어의 일부이거나 프로젝트명에 대소문자 또는 특수기호를 입력해서 생기는 에러

  1. 소문자로 지정하는 것을 잊지말자