Git 원격 브랜치 삭제

1 개요[ | ]

git 원격 브랜치 삭제
git 원격저장소 브랜치 삭제
git push origin --delete 원격브랜치명
실행예시
root@linux01:~# git branch -a | grep mybranch1
  remotes/origin/mybranch1
root@linux01:~# git push origin --delete mybranch1
Username for 'https://github.com': testuser01
Password for 'https://testuser01@github.com': P@ssw0rd
To https://github.com/testuser01/my-www.git
 - [deleted]         mybranch1

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}