본문 바로가기

Project/spring boot + aws 게시판

gitignore 적용 안 될 때

 

git rm -r --cached .
git add .
git commit -m "fixed untracked files"

터미널에 위 코드 입력