반응형
Notice
Recent Posts
Recent Comments
Link
관리 메뉴

bro's coding

github.push -d.원격 branch 제거 본문

[IT]/git

github.push -d.원격 branch 제거

givemebro 2020. 9. 7. 01:10
반응형
// local
$ git branch -D <branch name>


// 원격 branch
$ git push -d <원격name> <branch name>

 

반응형

'[IT] > git' 카테고리의 다른 글

github.branch.주고받기  (0) 2020.09.07
git.checkout -b  (0) 2020.09.07
github.fetch.pull.작업 주고받기  (0) 2020.09.07
git.pro git  (0) 2020.09.07
github.sourcetree.소스 내려받기  (0) 2020.09.07
github.clone.소스 내려받기  (0) 2020.09.07
github..gitignore  (0) 2020.09.06
github.git.push  (0) 2020.09.06
Comments