git branch
local branch 생성 및 체크아웃
git checkout -b "브랜치 이름"
remote branch 삭제
git push origin --delete "branch name"
remote branch 생성 및 push
git branch --set-upstream-to origin/"branch name"
출처
https://www.lesstif.com/gitbook/git-delete-remote-branch-20776547.html
'TIL(Today I Learned) > 2021년' 카테고리의 다른 글
09.06 - 리액트 컴포넌트 구조 (0) | 2021.09.06 |
---|---|
08.18 수 - RESTful 하지 않은 API (0) | 2021.08.19 |
08.13 - 프론트엔드 개발자의 필수 역량 | redux-saga 쓰는 이유 (0) | 2021.08.13 |
08.12 목 - Context | webpack (0) | 2021.08.12 |
08.10 화 JS > Class & Prototype (0) | 2021.08.11 |