We have server, which is used for creating all project by git.
There are several project say project1.git ,project2.git and prohectx.git
How may i know who has created project1.git and statistics of project?
We have server, which is used for creating all project by git. There are
Share
Creation of the project is the first commit, and it has author and date attached to it. To display use:
This assumes the git history has only one root (see How to show first commit by 'git log'? for discussion about it)