'git rm'에 해당되는 글 1건

  1. 2013.01.24 git 로컬 저장소에서 파일 지우기

local git에 commit한 뒤, local source control에서만 지우고 싶을 때는(물론 remote 저장소로 업로드가 안되어 있어야겠지)


git rm --cached file_name


으로 지우면 된다.

Posted by code cat