EN
Gitlab - unprotect branch
6
points
In this short article, we would like to show how to let users push changes to master (or main) in GitLab.
In order to unprotect branch on gitlab we need to follow below steps:
- Go to your project and select Settings -> Repository.
- Expand Protected branches.
- Click Unprotect button.
Here is a screenshot how to do that:
