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