/
branch 삭제
branch 삭제
git branch -d feature/socialite
아직 merge 가 안 된 브랜치는 삭제할 수 없고 삭제시 -D (delete branch ; even if not merged) 옵션 필요
git branch -D feature/socialite
, multiple selections available,
Related content
git 원격지 브랜치 삭제(delete remote branch)
git 원격지 브랜치 삭제(delete remote branch)
More like this
git - 빈 디렉터리 add 하기
git - 빈 디렉터리 add 하기
More like this
git 버전 관리 무시 목록(ignore) 설정법(.gitignore)
git 버전 관리 무시 목록(ignore) 설정법(.gitignore)
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 pull 실패 - You have not concluded your merge (MERGE_HEAD exists)
git pull 실패 - You have not concluded your merge (MERGE_HEAD exists)
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