
October 9, 2018
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:
Project options window
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:
Provider selection
You can also easily switch to a private Git server:
Private Git server configuration
Share:

Alexander Kus
Customer Success Manager