📌 Git 로컬 저장소 branch 이름 변경하기
git branch -m [기존 브랜치 이름] [새로운 브랜치 이름]
📌 Git 원격 저장소 branch 이름 변경하기
추가 | git push origin [새로운 브랜치 이름]
삭제 | git push origin --delete [기존 브랜치 이름] / git push origin :[기존 브랜치 이름]
반응형
'Dev-diary > 에러 또 에러' 카테고리의 다른 글
Imported JSX component must be in PascalCase or SCREAMING_SNAKE_CASE (styled-components & React 에러) (0) | 2022.04.17 |
---|---|
검색 Debounce 직접 구현하기 (feat. 재할당 & 비동기) (0) | 2022.04.12 |
HTML .env 변수 넣기 (feat. React) (0) | 2022.02.14 |
kakao Map API Geocoder CORS Error (0) | 2022.02.01 |
Node JS address already in use 문제 해결 (0) | 2021.10.25 |
댓글