Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to show the "Repositories contributed to" on github

Tags:

github

One of our team member create a repository and all other team member can push their own work to this repository. It seems that, under the tab "Contributions" there should be two kinds of directory: "Popular repositories" and "Repositories contributed to". I push my work to this repository from the user Interface of Eclipse. But in the home page of my github, directory "Repositories contributed to" was not shown up and all my push history can only be seen in the "Public activity". How can I make "Repositories contributed to" shown up so others can see my contribution to the team work? Thanks a lot!

like image 453
Nancy Avatar asked Jan 10 '15 07:01

Nancy


People also ask

How do I see my contributions on GitHub?

On GitHub.com, navigate to the main page of the repository. Under your repository name, click Insights. In the left sidebar, click Contributors. Optionally, to view contributors during a specific time period, click, then drag until the time period is selected.

Why are my GitHub contributions not showing?

Your local Git commit email isn't connected to your account Commits must be made with an email address that is connected to your account on GitHub.com, or the GitHub-provided noreply email address provided to you in your email settings, in order to appear on your contributions graph.

Do contributions to private repos show up on GitHub?

Your GitHub profile shows a graph of your repository contributions over the past year. You can choose to show anonymized activity from private and internal repositories in addition to the activity from public repositories.

How can I see what repositories are shared with me?

You can see the repositories where you're a collaborator. To do this, head to the Repositories section of your account's settings (https://github.com/settings/repositories). There should be a Leave action button aside each repository you're a collaborator on.


1 Answers

I found the repositories I've pushed code at https://github.com/settings/repositories

like image 53
Pablo Manuel González Avatar answered Oct 09 '22 06:10

Pablo Manuel González