dimohy
디모이 블로그

디모이 블로그

Follow
Follow
home.NETC#RustTypeScript프로그래밍 일반팁유용한 링크
Tag

Git

#git

More content

Read more stories on Hashnode


Articles with this tag

git에서 특정 파일 완전 삭제

Oct 9, 20231 min read7 views

git filter-branch --index-filter "git rm -rf --cached --ignore-unmatch 삭제할 파일 경로" HEAD git push origin --force --all 출처 Git에서 파일 완전 삭제하기 (velog.io)

git에서 특정 파일 완전 삭제