You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I have Sourcetree version 4.2.1 (248) installed on my Mac M1 (OS version: Ventura), my remote is a Microsoft Azure Devops account, it's been setup and configured properly in "Repository Settings -> remotes" section, and I use it since a long time for regular git commands (fetch, pull, merge, push, etc ...).
However, I'm struggling now to get the "create pull request" option to open the correct url but couldn't find a clue for that, I've set the Host Root URL in the "remotes" section to "https://dev.azure.com/my_company/my_project" (with and without a trailing slash), but to no avail, the opened URL is this:
where the correct URL should be:
how can I let the pull request from source tree to open the correct URL in Microsoft Azure DevOps ?