rm -rf .git
git rm --cached . -rf
=> rm '해당 디렉토리'
git add .
git commit -m "커밋 메세지"
git push origin main