예를 들어 커밋한 index.htm 파일을 rm 명령어로 삭제했다고 합시다.
예
infoh@hojin MINGW64 /e/gitstudy04 (master)
$ git rm --cached index.htm
rm 'index.htm'
삭제한 후 status 명령어를 실행하면 다음과 같이 이전과 다른 결과가 나옵니다.
예
infoh@hojin MINGW64 /e/gitstudy04 (master)
$ git status
On branch master
Changes to be committed:
(use "git reset HEAD <file>..." to unstage)
deleted: index.htm
Untracked files:
(use "git add <file>..." to include in what will be committed)
index.htm 스테이지 삭제