manywaypark's Blog
개발, 검색, 함수

'delete'에 해당되는 글 1건

  1. 2013.11.19 git/gitolite - remote branch 삭제하기

git/gitolite - remote branch 삭제하기

tips & tricks 2013. 11. 19. 13:59 by manywaypark

gitolite 관리자 권한으로,

git branch -d -r origin/branch-name

git push origin :branch-name # =:= git push origin --delete branch-name


refs: 

http://www.markhneedham.com/blog/2011/06/28/git-deleting-a-remote-branch-on-a-gitolite-configured-repository/

http://stackoverflow.com/questions/2003505/how-do-i-delete-a-git-branch-both-locally-and-remote


happy hackin'

1 
분류 전체보기 (306)
잡담 (20)
함수형 언어 (65)
emacs (16)
java (18)
tips & tricks (154)
사랑 (1)
가사 (0)
독서 (4)
mobile (6)
비함수형 언어 (2)

공지사항

최근에 올라온 글

최근에 달린 댓글

최근에 받은 트랙백

04-23 21:22