gitolite 관리자 권한으로,
git branch -d -r origin/branch-name
git push origin :branch-name # =:= git push origin --delete branch-name
refs:
http://stackoverflow.com/questions/2003505/how-do-i-delete-a-git-branch-both-locally-and-remote
happy hackin'
gitolite 관리자 권한으로,
git branch -d -r origin/branch-name
git push origin :branch-name # =:= git push origin --delete branch-name
refs:
http://stackoverflow.com/questions/2003505/how-do-i-delete-a-git-branch-both-locally-and-remote
happy hackin'