Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Not seeing Create a Pull Request link in Visual Studio IDE

In Visual Studio 2019, with GIT source control.

As I perform various source control tasks in Visual Studio, such as creating branches, pulling and pushing changes, committing changes, etc..., I see helpful popup messages in the IDE such as: Repository updated to commit 1234... Repository is already up to date....

Other developers on my team get similar messages. However some of them do NOT get this popup after they pushed changes to origin:

enter image description here

Those developers have to go to Azure dev-ops to create the pull request, which is an annoyance.

I am trying to figure out, with no luck so far, how to get this message to appear for them. Why all the other popups appear except for this is puzzling. Anyone have any suggestions? It is so handy to have that link to take you right to the pr page!


2 Answers

Try going to the Team Explorer window and reconnecting to your repo. That's what did it for me.

like image 167
dawphin777 Avatar answered Sep 07 '25 20:09

dawphin777


I had the same issue after I had to change my password because of the policy. I fixed it by simply logging out on visual studio & Git resource. When I logged in I created a new branch and pushed the changes, after this the pull request link came back. Hope this helps !

like image 21
J-V-D-A Avatar answered Sep 07 '25 21:09

J-V-D-A