Allowed to push means just that - the user is allowed to git push to the branch.
Allowed to merge means that the user is allowed to accept merge requests into that branch. ---------------- Allowed to push,选Master,则只有Master能push,开发者不能。 Allowed to merge,选Master,则只有Master能在gitlab上接受merge request进行合并,开发者不能。