Backend/GIT

How can I remove git branch? / Git branch를 삭제하는 방법

GreatSaiyaman 2022. 5. 9. 19:18

 

Git으로 형상관리를 하다 보면 branch를 정리해야 하는 상황이 있습니다.

그럴 때에는 아래와 같은 명령어를 사용해서 삭제해 주시면 됩니다.

 

git branch -d feature/브렌치이름
git push origin feature/브렌치이름

 

출처

https://www.lesstif.com/gitbook/git-delete-remote-branch-20776547.html

 

저작자표시 (새창열림)