GIT
[GIT] 로컬, 원격 브랜치 삭제
MK_____
2022. 1. 27. 10:30
// 로컬
git branch -d feature/삭제할branch명
// 서버 (remote)
git push origin --delete 삭제할branch명