首页 > 解决方案 > What is the git command to check permissions on the current repo?

问题描述

I am able to successfully clone a git repo. I am trying to find out permissions on the current repo.

I have executed following command:

git shortlog -sne

Output:

2  LastName, FirstName <abc@domain.com>

I don't see any information related to access in the above output. Please help me write the correct command to find permission/access on current repo

标签: gitgit-bashgit-pushgit-clone

解决方案


推荐阅读