본문 바로가기
개념 공부/기타

[Git] 리포지토리(레포지토리) 관련 명령어

by clean01 2020. 7. 29.

-레포 주소를 바꾸는 명령어

git remote set-url origin 레포주소

 

-현재 레포 주소를 확인하는 명령어

git remote -v

 

-현재 레포에 있는 것을 리셋하고, 푸시하기

git push --force --set-upstream origin master