My master branch in protected.
Just I want to make small(One line changes) commit on master.
I don't want to make a new branch and merge with master.
But i'm getting messages while push code on master:
remote: GitLab: You are not allowed to push code to protected branches on this project. To https://gitlab.com/xyz/api_xyz.git ! [remote rejected] master -> master (pre-receive hook declined) error: failed to push some refs to 'https://gitlab.com/xyz/api_xyz.git' Is it permission problem?
Can I make a commit to the protected branch?
