Search code examples
gitgitlab

Gitlab - Author of commit


We have a setup whereby multiple users can commit code from a single server. Each time you commit, you have to enter your login credentials to gitlab. The author of each commit comes under the name "dev team" which has been set in the git config.

My question: How do I find who made the commit, as in which credentials was used to make the commit.

Thank you for your help


Solution

  • As mentioned in the comments, its not good practice/ safe for multiple users to use the same login to connect to the server.

    For adding multiple users to your project (using GitLab) please refer this document.