GIT command to display all user for a repo with access rights -


i newbie in git. can tell me command display users repository access rights (read, write)?

git shortlog -sn

displays list of users sorted number of commits

list developers on project in git


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -