jeveleth/dolley-madison

"update" switch to CLI interface

Closed this issue · 4 comments

allow CLI interface to update existing repo set via git pull origin rather than initializing a whole new mirror

depends on #1

Can you elaborate on what you're looking for? Do you mean:

  1. Update the repositories that the user has already forked (i.e., something like a git fetch upstream).
  2. Update the original source of repositories to be forked.
  3. Something else entirely.

If the answer is number 2, I'm not sure how I'd do that via a git pull origin, as all the repos are stored as text on a page that the code is scraping.

I meant (1). I didn't even look at yr code and still haven't! but if it's possible that would be great. Yeah, git fetch upstream or whatever is pretty much what I'd be looking for. And might also be helpful to store names of missing repos somewhere.

Updated repo to sync with upstream master (when possible) based on "update" switch.