We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Git 원격 저장소에 올린 파일 삭제하기
$ git rm --cached -r 폴더/파일명 $ git commit -am "파일 삭제" $ git push
-- cached 옵션 없이 사용하면 원격 저장소와 로컬 저장소 둘 다 삭제 원격 저장소만 지우고 싶다면 --cached 옵션 사용
-- cached
The text was updated successfully, but these errors were encountered:
yunyoung1819
No branches or pull requests
상황
Git 원격 저장소에 올린 파일 삭제하기
해결
-- cached
옵션 없이 사용하면 원격 저장소와 로컬 저장소 둘 다 삭제원격 저장소만 지우고 싶다면 --cached 옵션 사용
참고
The text was updated successfully, but these errors were encountered: