본문 바로가기
프로그래밍/git

간단한 git 사용법

by dryadyou 2020. 12. 21.
반응형

프로젝트 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 브랜치명
반응형

댓글