로그인 유지
git bash로 들어가서 다음 명령을 쳐보자... ㅎㅎㅎㅎㅎ
git rm -r --cached .idea git commit -m "remove .idea directory" git push origin master