Even if branch is protected, developer can remove it from git push.
Created by: kamilko
We have following scenario:
- some branch is protected in gitlab
- project is in group which has assigned "Developers" only
- project (and group) isn't public Each of users (with Developer permission) can remove such protected branch with:
git push origin :protected-branch
Used version: Gitlab 6-2-stable Gitlab-shell 1.7.9