prostock
prostock

Reputation: 9545

find number of git pull/fetch from your repo

Is there a way to find how many times people have fetched/pulled from your git repository? I see a "Pull Requests" tab. Is that it?

Upvotes: 1

Views: 805

Answers (1)

nunopolonia
nunopolonia

Reputation: 14427

Imagine that you fork a project and correct an error in that project. You can send a pull request to the owner of that project so he knows you made changes that he probably is interested on.

You can see how many people watch/forked your repository but as far as I know there's no way you can see how many people fetched from your git repository

Upvotes: 1

Related Questions