Recent Posts
Recent Comments
HEROJOON 블로그(히로블)
[Git] 원격저장소 branch 제거하기 본문
반응형
# Github Repository의 branch 제거하기
# git push origin --delete {branch명}
git push origin --delete mybranch
반응형
'Git' 카테고리의 다른 글
[Git] Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. 해결하기 (0) | 2021.09.16 |
---|---|
[Git] Git Remote의 특정 Commit Hash값 위치로 되돌리기 (0) | 2020.11.26 |
[Git] 원하는 파일만 Commit & Push하기 (2) | 2020.11.02 |
[Git] git config --global 설정 (유저 Name, Email 설정) (0) | 2020.11.02 |
[Git] 로컬 프로젝트를 GitHub에 Push하기 (2) | 2020.02.09 |
Comments