pearkes / gethub

A utility for cloning and fetching your remote git repositories from GitHub.
MIT License
217 stars 273 forks source link

Adds the ability to ignore repos by full name #15

Closed geetarista closed 10 years ago

geetarista commented 10 years ago

Repositories can potentially have the same name under different owners. In some cases, one may wish to ignore one of these repos while backing up the other. Previously this was not possible since the ignore would apply to both.

pearkes commented 10 years ago

GREAT!