예를 들어 bin 폴더와 src 폴더를 모두 commit & push를 해서 bin 폴더는 git 저장소에서 삭제하려고 하는 경우
$ git rm --cached -r bin/ $ git commit -m "delete folder"
참고 자료: https://velog.io/@dailyhyun/TIL-github%EC%9D%98-%ED%8C%8C%EC%9D%BC%ED%8F%B4%EB%8D%94-%EC%82%AD%EC%A0%9C%ED%95%98%EA%B8%B0