Hi,
I’m just new to backlog and just evaluating it for our company’s development purposes. I tried adding our existing Git Repo but I could not find any documentations on how to. Please help as I’m the one who’s recommending this to our CEO.
Thanks
Hi,
I’m just new to backlog and just evaluating it for our company’s development purposes. I tried adding our existing Git Repo but I could not find any documentations on how to. Please help as I’m the one who’s recommending this to our CEO.
Thanks
Hi Solomio,
Did you have trouble creating a Git remote repo on Backlog?
You can refer to our guides:
Create a remote repository in Backlog
If you experienced difficulty pushing to the Backlog repo, there may be various reasons:
I hope this helps you. Perhaps you can share more details about the problem you encountered.
If you continue to have trouble, you can get support via the pop-up chat on Backlog.com or in your Backlog window.
Hello Solomio,
Do you have an existing initialized git repo and want to migrate to backlog?
You can add a new remote to your exiting git repo like this.
git remote add <remote_name> <remote_url>
Then you can basically push everything in your new remote_url after doing this. Hope this helps.