728x90
반응형
git remote 이름 정해서 url 추가
git remote add <remote_name> <remote_url>
remote 이름 변경
git remote rename <remote_name> <new_remote_name>
remote 삭제
git remote remove <remote_name>
remote url 변경
git remote set-url <remote_name> <new_remote_url>
728x90
반응형
'Git & Github' 카테고리의 다른 글
git&github: 내 최근 커밋 위에 pull request 올려서 테스트 (머지 X, rebase 활용하기) (0) | 2024.01.30 |
---|---|
git hook: 특정 명령어 금지 시키기 (0) | 2024.01.20 |
git hooks: .git/hooks (0) | 2023.03.23 |
git cherry-pick (0) | 2023.02.05 |
github ssh-key 여러 유저 등록 및 사용 # setting multiple github user with ssh-key (0) | 2023.01.16 |