본문 바로가기
Cloud

github 리포지토리 변경하기

by david100gom 2021. 1. 4.
728x90

 

연결된 remote 리포지토리 확인 : git remote -v

연결된 remote origin 리포지토리 연결 제거 : git remote remove origin

신규 리포지토리 remote 연결 : git remote add origin https://github.com/계정/리포지토리

remote origin 에 master 브랜치 푸시하기 : git push origin master

특정 tag checkout : refs/tags/[태그번호]

728x90

'Cloud' 카테고리의 다른 글

github 브랜치 삭제  (0) 2021.02.28
AWS 오토 스케일링 실패하는 경우  (0) 2020.12.04
AWS Organizations  (0) 2019.06.25
MS Azure 맛보기 2탄  (0) 2019.02.28
MS Azure 맛보기 1탄  (0) 2019.02.27

댓글