기존 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 |
댓글