[kwlug-disc] git remote add ...

Andrew Sullivan Cant acant at alumni.uwaterloo.ca
Mon May 30 20:54:10 EDT 2022


>> If you regularly clone from one repo and setup remotes to others, then 
>> I'd suggest a script in the repo that you can run to quickly
>> set them up as part of the your start up process.
> That does the trick.

To follow on Chris' excellent explanation and suggestion, you should use 
a script for managing this but there are too many to choose from. :(

I wrote one, which is pretty specific to my workflow, so it is probably 
not generally useful. But I have also collected a list of other projects 
for doing syncing and multiple repository management which might be helpful:

https://gitlab.com/acant/conjoiner#similar-projects

> ### Synchronization related
> * https://github.com/nesquena/gitdocs
>   - also has a [list of similar projects](https://github.com/nesquena/gitdocs#prior-projects)
> * https://rubygems.org/gems/autovrsion
> * https://tychoish.com/post/git-sync/
> * https://github.com/RyanMcG/git-fyncy
> * https://github.com/aanand/git-up
> * https://github.com/tkellogg/dura
> 
> ### Single repo commands
> * https://github.com/mezis/git-whistles
> * https://github.com/mhartl/git-utils
> 
> ### Multi-repository management
> * https://myrepos.branchable.com/
>   - also has a list of similar projects
> * https://github.com/VirtusLab/git-machete
> * https://github.com/Oakleon/git-join-repos


Andrew




More information about the kwlug-disc mailing list