/
branch 삭제

branch 삭제

git branch -d feature/socialite

아직 merge 가 안 된 브랜치는 삭제할 수 없고 삭제시 -D (delete branch ; even if not merged) 옵션 필요

git branch -D feature/socialite

 

 

Related content

git 원격지 브랜치 삭제(delete remote branch)
git 원격지 브랜치 삭제(delete remote branch)
More like this
How to discard local commits in git - “Your branch is ahead of 'repo/branch' by N commits”?
How to discard local commits in git - “Your branch is ahead of 'repo/branch' by N commits”?
More like this
cherry pick a range of commits and merge into another branch
cherry pick a range of commits and merge into another branch
More like this
git push/pull 할때 fatal: refusing to merge unrelated histories 문제 해결
git push/pull 할때 fatal: refusing to merge unrelated histories 문제 해결
More like this
Jira Issue 와 Code 변경 내역 연동하기
Jira Issue 와 Code 변경 내역 연동하기
More like this
소스트리에서 git squash commit 을 이용하여 여러 개의 커밋을 합치고 정리하기
소스트리에서 git squash commit 을 이용하여 여러 개의 커밋을 합치고 정리하기
More like this