Hacker News new | ask | show | jobs
by sytse 3974 days ago
GitLab protects the master branch by default and other branches can be configured to be protected. Protected branches don't allow force pushes or deletions from anyone.
1 comments

good to know, ty!