Boldewyn / gh_favs

A small script to clone and update all your watched GitHub projects

Home Page:http://boldewyn.github.com/gh_favs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Projects with identical names don't get cloned

Boldewyn opened this issue · comments

Assume we watch

  • Abba/jquery
  • jquery/jquery
  • Zappa/jquery

The script clones Abba/jquery first into the folder jquery. When it comes to jquery/jquery and Zappa/jquery, the folder jquery already exists, and just a git update is issued, i.e., nothing happens.

Resolution strategies:

  1. rename others to jquery1, jqueryN
  2. rename all to Abba-jquery, Zappa-jquery
  3. add subfolders: Abb/jquery, Zappa/jquery

1 is not useful. I'd love to go with 3, but have to think of the consequences.