Support for Multiple Projects (and associated configuration) #101
lucasmodrich
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Currently the suggested approach for this is to create different config files for different hosted services and use the I am not sure if we should add direct support for multi host config directly as it would require quite re-work of how things are running right now. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the feature or enhancement
It would be great to be able to have git-sync run once and manage the sync for all your repos, regardless of where they are hosted (GitHub, BitBucket, etc). To my understanding, currently the config file supports a single Repository Server.
It would be good to be able to structure the Config file in such a way that multiple servers and their repo config could be defined. The application could then run through them either one after the other - or as an option - concurrently.
Beta Was this translation helpful? Give feedback.
All reactions