CODE-ing
git:: git remote add _ git remote remove origin
더앙꼬
2023. 2. 22. 10:58
# 현재 연결된 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
_
반응형