Closed
Description
Git and distributed version control have many benefits out of the box, but controlling access and workflows isn’t one of them. For example, without a Git management tool, a developer can push commits that others have written to the central repository.
This creates problems for organizations with strict security and compliance requirements.
It is necessary to add a new committer verification hook, which enforces that only the author of a commit can push those changes back to Gogs Server. We can sleep easy knowing that only authorized code changes can make it to your repositories.
BitBucket has added this feature.
https://www.atlassian.com/blog/bitbucket/enterprise-devops-bitbucket-server-5-bamboo-6
And GitLab adds too.