From 73a3e2d59c67d4045af07b1cfe4502e189bc53a1 Mon Sep 17 00:00:00 2001 From: Adam Dobrawy Date: Sat, 27 Jan 2018 11:59:52 +0100 Subject: [PATCH] Reference to GitLab about protected branches (#117) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97566bc..7ebadcb 100644 --- a/README.md +++ b/README.md @@ -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) ### 1.2 Git workflow