본문 바로가기
Programming/Git

[Git] Git Remote 변경하기

by skyrun 2022. 10. 17.

 

기존 Repository Pull and Push
$ git pull
$ git add .
$ git commit -m "clean push"
$ git push

 

기존 Repository Remote 제거
$ git remote remove origin

 

새 Repository Remote 추가
$ git remote add origin "COPY AND PASTE YOUR GIT REPOSITORY"

 

'Programming > Git' 카테고리의 다른 글

[Git] Connect to Github  (0) 2022.10.09
[Git] Branch Command  (0) 2022.10.08
[Git] Git Tips  (2) 2022.10.08
[Git] Git Version Command  (0) 2022.10.08
[Git] Linux Command  (0) 2022.10.08

댓글