August 2019
Beginner
608 pages
16h 7m
English
Because in Git it is possible to rewrite the entire history, GitLab has some mechanisms built in to help mitigate this risk. You can use protected branches.
Protected branches have the following characteristics:
The only way to accept changes into a protected branch is to use merge requests. By default, the master branch is a protected branch. The following example is the screenshot for the protected branch:
Using a protected branch forces the ...
Read now
Unlock full access