728x90
# 로컬 브랜치 목록 확인
git branch

# 로컬 브랜치 삭제
git branch -D 브랜치명

# 원격 저장소에서 지워진 브랜치 삭제
git fetch --all --prune

 

728x90

+ Recent posts