Toggle navigation
Email or Username
Password
Remember
Login
Register
|
I forgot my password
Questions
Unanswered
Tags
Users
Ask a Question
GIT: How to calculate the contribution of each developer?
0
like
0
dislike
63
views
How to count the number of commits and the amount for each developer?
git
asked
Mar 21, 2019
by
NikitaG
|
63
views
answer
comment
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
7
Answers
0
like
0
dislike
just the number of commits by user
git shortlog -s-n
answered
Mar 23, 2019
by
barbarisbk
ask related question
comment
Please
log in
or
register
to add a comment.
0
like
0
dislike
It is believed that the quality of work of the programmer it is impossible to estimate the amount of code written, so there was a meme "the Hindu code" (progressive payment, etc)
answered
Mar 23, 2019
by
noRerih
ask related question
comment
Please
log in
or
register
to add a comment.
0
like
0
dislike
Drew a simple gawk script which parses the results of the command 'git log --numstat'. In the end, the script gives this statistics for each developer (the author):
\r
Author: Scrooge McDuck
Insertions: 136
Deletions: 333
Files changed: 14
Commits: 15
\r
The script and details here:
github.com/apis/gitstatistics
answered
Mar 23, 2019
by
NikitaG
ask related question
comment
Please
log in
or
register
to add a comment.
0
like
0
dislike
There is such a thing as
Caelum git reports
answered
Mar 23, 2019
by
apis
ask related question
comment
Please
log in
or
register
to add a comment.
0
like
0
dislike
Redmine makes such statistics for any VCS, which is connected to the project.
answered
Mar 23, 2019
by
Syzeren
ask related question
comment
Please
log in
or
register
to add a comment.
0
like
0
dislike
If we are talking about opencores, connect the repository to
www.ohloh.net
answered
Mar 23, 2019
by
NikitaG
ask related question
comment
Please
log in
or
register
to add a comment.
0
like
0
dislike
gitstats.sourceforge.net/
makes the HTML there, and Qty. and by whom, and lines of code, and so on.
answered
Mar 23, 2019
by
apis
ask related question
comment
Please
log in
or
register
to add a comment.
Related questions
0
like
0
dislike
3
answers
How to use GIT when working on SPA application by a single developer?
asked
May 20, 2019
by
ewb
git
0
like
0
dislike
7
answers
How do you use git for a single developer?
asked
Apr 9, 2019
by
Danbka
git
github
0
like
0
dislike
1
answer
Git. Each commit copies the whole repository?
asked
Jun 4, 2019
by
kot2566
git
0
like
0
dislike
1
answer
What is the difference between 'git pull' and 'git fetch'?
asked
May 8, 2020
by
RyanValen
(
550
points)
git
github
0
like
0
dislike
1
answer
How do I undo the most recent local commits in Git?
asked
May 8, 2020
by
RyanValen
(
550
points)
git
github
Most popular tags
javascript
php
css
html
jquery
wordpress
python
linux
web-development
mysql
android
windows
java
layout
c#
computer-networks
node.js
cpp
iron
yii
vue.js
1C-Bitrix
react
laravel
django
nginx
system-administration
search-engine-optimization
api
ubuntu
the-it-education.
ajax
sql
programming
hosting
cms
design
apache
google-chrome
bootstrap
Vkontakte
macos
google
network-administration
git
laptops
algorithms
regular-expressions
unity-game-engine
email
angular
database
network-equipment
software
wooŃommerce
debian
.net
ios
information-security
video
law-in-it
browsers
books
parsing
wi-fi
game-development
career
htaccess
postgresql
telegram
mikrotik
mobile-development
ruby-on-rails
the-domain-name-system
modx
Yandex
c
json
opencart
Habr
freelance
vpn
asp.net
windows-server
symfony
bots
hard-drives
math
qt
DIY
audio
frontend
payment-system
bash
electronics
gulp.js
user-interface
docker
online-shopping
110,608
questions
257,186
answers
0
comments
32,873
users