Answer the question
In order to leave comments, you need to log in
How to report on a Git repository?
There is a private Git repository. Now it is necessary for the management to prepare a report on the work in it, highlighting who worked on what and when. It is highly desirable to do this with diagrams like on GitHub. Does anyone know of similar tools that work locally?
Answer the question
In order to leave comments, you need to log in
The first thing that came to mind was to raise GitLab locally and import the project there.
But there is another thing that might work for you.
Paid option: GitHub (now for $7/month, you can get unlimited private repositories)
Free option: GitLab
as an option in the directory of the repository, execute the commandgit log --stat --oneline
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question