Programming/git
git 원격 저장소 repository 변경
web data
2024. 6. 8. 23:34
git remote set-url origin {새로운GITURL}
ex)
git remote set-url origin https://github.com/testB/your.git
확인 하기
git config --list