For example, I would like to know how a project member is being configured:
How do you decide who can push code and who can not?
For example, I would like to know how a project member is being configured:
How do you decide who can push code and who can not?
If what you are trying to solve is the authentication/authorization in Git, said Git does not have any, as I mentioned here.
That means a Git repository hosting service, like GitHub, is free to implement its own authorization strategy, as documented in "Access permissions on GitHub"
GitLab has its own set of rules.
Should you manage your own Git repository service, you would need to add: