깃 리모트 변경 하기
기존 리포지토리 깔끔하게 pull / push
1
2
3
4
|
git pull
git add .
git commit -m "clean push"
git push
|
cs |
기존 리포지토리 remote 제거
1
|
git remote remove origin
|
cs |
새 리포지토리 remote 추가
1
|
git remote add origin https://github.com/계정/리포지토리
|
cs |
'Programming > Dev Util Tips' 카테고리의 다른 글
[Git] git 로컬 파일 강제로 전체 덮어 쓰기 하는 방법. (0) | 2020.04.24 |
---|---|
우분투에서 스티커 메모 사용하기 (0) | 2020.04.22 |
[VS Code] Git Lens (0) | 2020.01.29 |
[Util] Win 10에서 익스플로러 없어짐 현상 해결법 (0) | 2020.01.29 |
[Visual Studio Code] VS Code 사이드 스크롤맵 비활성 (0) | 2019.11.21 |