If I am contributing to multiple private repositories, maintained by different users, will they be able to see all my contributions in my profile in "Repositories contributed to" section or anywhere on my github profile page?
Thanks.
Private contributions aren’t public. Users can only see contributions to repositories they can access.
From GitHub's FAQ:
Contributions to private repositories will only appear to users who
can access those repositories. Those contributions are not rendered
for users who cannot access those repositories.
https://help.github.com/articles/why-are-my-contributions-not-showing-up-on-my-profile/
Related
I have repositories in a couple different organisations that I would like to appear on my personal repositories page for employers or college application people to see. How would I go about doing that?
Just like the recently visited repositories listed in one's GitHub dashboard. Is it possible to retrieve these data using GitHub API?
Is there any way to create and add user in organization using API in Github?
Refer https://developer.github.com/v3/users/ for user Apis of GitHub
I just found Traffic section in Graphs at github repo.
And I also found that there is Visitor section.
I wonder if it is possible to get the information of visitors of the repo.
(i.e. who visited my repo)
Is it possible?
Since Github introduced visitors tracking you are only able to see unique visits, but not who exactly visited your repo.
I have a collection of private repos and issues, that I would like to expose to users of my site.
Is it possible to list those on a page in my site, without the user having to have a github account and access to those repos?
Absolutely. LinkedIn offered the capability to list Github repos on your profile via one of the apps.
This question mentions a user doing just that.