HEROJOON 블로그(히로블)

[Git] 원격저장소 branch 제거하기 본문

Git

[Git] 원격저장소 branch 제거하기

herojoon 2020. 11. 23. 02:06
반응형
# Github Repository의 branch 제거하기
# git push origin --delete {branch명}

git push origin --delete mybranch

 

반응형
Comments