A
A
Andrey Svininykh2016-06-02 07:29:54
git
Andrey Svininykh, 2016-06-02 07:29:54

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

5 answer(s)
A
Anatoly Medvedev, 2016-06-02
@Svininykh

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.

U
ummahusla, 2016-06-02
@Antonoff

Paid option: GitHub (now for $7/month, you can get unlimited private repositories)
Free option: GitLab

G
Gizmothron, 2016-06-02
@Gizmothron

Have you looked at SourceTree?

M
MgmZog, 2016-06-02
@MgmZog

git standup
https://github.com/kamranahmedse/git-standup

E
eskanderdon, 2019-03-09
@eskanderdon

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 question

Ask a Question

731 491 924 answers to any question