Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 189 Bytes

list.md

File metadata and controls

7 lines (5 loc) · 189 Bytes

Git 사용법

원격 저장소에서 잘못 올라간 파일을 삭제

$ git rm --cached .idea/modules.xml

.idea 폴더 하위의 모든 파일 삭제

$ git rm --cached -r .idea/