프로그래밍/Version Control
git 로컬 저장소에서 파일 지우기
code cat
2013. 1. 24. 10:17
local git에 commit한 뒤, local source control에서만 지우고 싶을 때는(물론 remote 저장소로 업로드가 안되어 있어야겠지)
git rm --cached file_name
으로 지우면 된다.