Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I see all the projects I'm watching on github?

Tags:

github

Is there a way to see a list of all projects I'm watching and maybe unwatch some in bulk?

like image 784
Aaron Avatar asked Oct 16 '12 18:10

Aaron


People also ask

What does it mean to watch a repository on GitHub?

“Watchers” are Github users who have asked to be notified of activity in a repository, but have not become collaborators. Watching a repository is similar to following an RSS feed to see changes. Metric Calculation. Forks, pulls, and commits are counted by the Git software running on the Github servers.

Can people see my history on GitHub?

As long as people have access to the git repo, anyone can see any commit and any changes on there.


1 Answers

  • Make sure you're logged in and go to https://github.com/watching
  • Profit! ;-)

More information about this and related features can be in the official announcement

watched

like image 104
nulltoken Avatar answered Sep 22 '22 14:09

nulltoken