# 현재 연결된 repo 확인
git remote -v
# origin https://github.com/thekkom/testblazorapp.git (fetch)
# origin https://github.com/thekkom/testblazorapp.git (push)
# remote repo 제거
git remote remove origin
# cached delete
git rm -r . --cached
_
반응형