1 개요[ | ]
- git rm
- 작업트리, 인덱스에서 파일들을 삭제하는 git 명령어
2 예시[ | ]
Bash
Copy
git rm Documentation/\*.txt
Bash
Copy
git rm -f git-*.sh
3 같이 보기[ | ]
- git rm --cached
- git add
- git 명령어
- svn rm
- 리눅스 rm
- 하위 .git 폴더 모두 제거
- git 대량 deleted 삭제
- CONFLICT (content): Merge conflict in
4 참고[ | ]
편집자 Jmnote Jmnote bot
로그인하시면 댓글을 쓸 수 있습니다.