컴공생의 다이어리

[Git] 원격 저장소 브랜치 삭제 본문

Development/Git

[Git] 원격 저장소 브랜치 삭제

컴공 K 2022. 9. 10. 00:01

[Git] 원격 저장소 브랜치 삭제

git bash창에서 명령어를 통해 원격 저장소 브랜치를 삭제하고 싶다면 아래 명령어를 입력해주면 된다.

git push origin --delete {원격 저장소 브랜치명}

# example : 원격 저장소의 temp 브랜치를 삭제
git push origin --delete temp

 

 

 

 

 

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

 

git 원격지 브랜치 삭제(delete remote branch)

 

www.lesstif.com

 

728x90
Comments