git @ Cat's Eye Technologies shelf / ab66899
Set the URL of the remote during `shelf_mirror_from_git`. Chris Pressey 1 year, 6 months ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
473473 if [ ! -d $dest ]; then
474474 git clone --mirror $url $dest
475475 fi
476 (echo -n "$dest: " && cd $dest && git remote update)
476 (echo -n "$dest: " && cd $dest && git remote set-url origin $url && git remote update)
477477 done
478478 }
479479