Watch commits made to followed GitHub repositories in the dashboard

githubnews-feed

GitHub allows users to "watch" and "star" repositories. But neither of these buttons gives me an option to follow pushes to these repos that would appear in my news feed – GitHub homepage when I'm logged in.

In my newsfeed, I now only have pushes to my repositories and forks/stars of users I follow. I want to see if someone makes a commit to my favourite framework etc.

Best Answer

You should be seeing pull requests and commits to repositories if you're Watching them. There are three watch states:

  • Not watching - You only receive notifications for discussions in which you participate or are @mentioned.
  • Watching - You receive notifications for all discussions in this repository.
  • Ignoring - You do not receive any notifications for discussions in this repository.

Watching is the one you should be using if you want to see activity in your news feed. You don't need to fork a project for this to work.