반응형
프로젝트 git 생성
git init
새 리포지토리 remote 추가
git remote add origin 리포지토리url
기존 리포지토리 remote 제거
git remote remove origin
remote branch 생성
git push origin 브랜치명
remote branch 삭제
git push origin --delete 브랜치명
반응형
'프로그래밍 > git' 카테고리의 다른 글
logon failed use ctrl+c to cancel basic credential prompt (0) | 2021.01.20 |
---|---|
Git Bash 에서 oh-My-Zsh사용하기 (1) | 2020.12.22 |
github 멀티계정 변경하기 - ssh key (0) | 2020.12.22 |
github 멀티계정 사용하기 - 자격증명관리자 (0) | 2020.12.22 |
gh-pages 오류 해결방법 (0) | 2020.12.21 |
댓글