I'm using GitHub. Let's say John has read access to git@github.com:Org/Repo
and Jack has read and write access.
I want to create a small tool to facilitate some git operations.
I want to know whether the user who has cloned the repo has write access or not.
Is it possible? How can I do that?
I searched but I could not find anything.