브랜치 삭제
git branch -d <branch-name>
브랜치 강제 삭제
git branch -D <branch-name>
삭제한 브랜치를 원격 저장소에 반영
git push origin --delete <branch-name>
'Git' 카테고리의 다른 글
[git] 깃허브 잔디 안심어질때 문제 해결 + 누락된 잔디 복구 (0) | 2023.06.02 |
---|
브랜치 삭제
git branch -d <branch-name>
브랜치 강제 삭제
git branch -D <branch-name>
삭제한 브랜치를 원격 저장소에 반영
git push origin --delete <branch-name>
[git] 깃허브 잔디 안심어질때 문제 해결 + 누락된 잔디 복구 (0) | 2023.06.02 |
---|