New feature: Change repository provider
Let's assume you're a happy Buddy user with a bunch of meticulously configured pipelines. They are helping you deliver some awesome websites to awesome clients for awesome cash. In general, everything is awesome.
Suddenly, your CEO drops in and says you're moving all your repos from GitHub to GitLab, and so should you with Buddy. "Oh no!" you think "Now I have to export all pipelines to YAML, create a new project for each repo, import the pipelines back in, and pray to the Holy Pixel I didn't mess anything up! Not to mention I'll lose the whole execution history!"
Well, not anymore, because we've just added the option to change repository provider in an existing project! 🕺
To change the provider, go to the Project Options and switch to the Settings tab:
Image loading...
bash
git clone –bare old_repo_url tmp_dir
cd tmp_dir
git remote add origin new_repo_url
git push –mirror
Buddy supports all popular Git hosting services, letting you choose the account, and project to resynchronize:
Image loading...
You can also easily switch to a private Git server:
Image loading...
Jarek Dylewski
Customer Support
A journalist and an SEO specialist trying to find himself in the unforgiving world of coders. Gamer, a non-fiction literature fan and obsessive carnivore. Jarek uses his talents to convert the programming lingo into a cohesive and approachable narration.