Reference to GitLab about protected branches (#117)

This commit is contained in:
Adam Dobrawy 2018-01-27 11:59:52 +01:00 committed by Vahid Panjganj
parent 3dffcfd87d
commit 73a3e2d59c

View File

@ -76,7 +76,7 @@ There are a set of rules to keep in mind:
* Protect your `develop` and `master` branch.
_Why:_
> It protects your production-ready branches from receiving unexpected and irreversible changes. read more... [Github](https://help.github.com/articles/about-protected-branches/) and [Bitbucket](https://confluence.atlassian.com/bitbucketserver/using-branch-permissions-776639807.html)
> It protects your production-ready branches from receiving unexpected and irreversible changes. read more... [Github](https://help.github.com/articles/about-protected-branches/), [Bitbucket](https://confluence.atlassian.com/bitbucketserver/using-branch-permissions-776639807.html) and [GitLab](https://docs.gitlab.com/ee/user/project/protected_branches.html)
<a name="git-workflow"></a>
### 1.2 Git workflow