이것저것/Git
Git 로컬과 원격에서 브랜치 제거
Im_Hayden
2024. 8. 5. 15:46
Local
git branch -d <Branch Name>
Remote
git push --delete <Branch Name>