"update" switch to CLI interface
Closed this issue · 4 comments
titaniumbones commented
allow CLI interface to update existing repo set via git pull origin
rather than initializing a whole new mirror
titaniumbones commented
depends on #1
jeveleth commented
Can you elaborate on what you're looking for? Do you mean:
- Update the repositories that the user has already forked (i.e., something like a
git fetch upstream
). - Update the original source of repositories to be forked.
- 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.
titaniumbones commented
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.
jeveleth commented
Updated repo to sync with upstream master (when possible) based on "update" switch.