You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Github API only provides the activity for the default branch (usually master), so the graph and ranking are not totally accurate. Some projects might be actively developing on more than one branch, or have separate tracks for master and gh-pges.
It seems that this is something that will have to be handled with a shell script, using something like git log and/or git shortlog.
The Github API only provides the activity for the default branch (usually
master), so the graph and ranking are not totally accurate. Some projects might be actively developing on more than one branch, or have separate tracks formasterandgh-pges.It seems that this is something that will have to be handled with a shell script, using something like
git logand/orgit shortlog.