Customise the GitHub front page

github

I would like, upon visiting github.com, to see a list of the repos that I watch. In a wide enough column to cope with long names that differ only towards the end. The repos that appear on the right seem to shift from repos that I have some involvement with to repos that I have no clue why they are there, omitting many of my watched repos.

Is there a trick?

Best Answer

To change the list of repos showing in "Repositories you contribute to" you'll need to change your commit behaviour.

The "Repositories you contribute to" side box lists repos you've forked or have push access to (that belong to other users or organisations) with these ordering factors (based on observation):

  1. Recent activity by you or other users
  2. Total commits authored by you

Or you can add a browser extension, like Greasemonkey, that would target and blank that section/block via CSS or other targeting rule.

You can't otherwise customise or remove the box.

The list of watched repositories can be found under Watched Repositories, which shows as a tab after you click through to Notifications.