Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to unwatch multiple repos easily on github?

Tags:

github

I realize I watch too many repos in GitHub and the only way I've found to unwatch many of them is going to github.com/my_user_name/following, getting inside each of them and pressing Unwatch button.

Isn't there any way to unwatch them faster and easily?

like image 389
Fernando Á. Avatar asked Jun 15 '12 01:06

Fernando Á.


People also ask

How do I Unwatch a GitHub repository?

Unwatching repositoriesIn the left sidebar, under the list of repositories, use the "Manage notifications" drop-down to click Watched repositories. On the watched repositories page, after you've evaluated the repositories you're watching, choose whether to: Unwatch a repository.

How do I copy all repository at once?

(1) Right click inside the folder you want all of the repos to clone to (2) select "Git Bash Here" - Bash window will open (3) Edit the script with your org name, then copy and paste it into the bash window (maybe make sure line endings are unix based, not sure, I did just to be safe). (4) it should start running.


1 Answers

For the lazy, one can do this without the API reasonably quickly at this url: https://github.com/watching

A clean simple list, click click click click.

Additionally, there's a box that is golden. Uncheck it to not automatically be set to watch all repos you're given push access to. Hooray for managing the signal to noise ratio.

like image 194
BeepDog Avatar answered Sep 23 '22 19:09

BeepDog