I've recently started learning about GitHub Extension for Visual Studio by installing it locally in my Visual Studio 2019 Community Edition and connecting it to my GitHub account. I'm also quite new to git and know little more than basics about versioning systems.
Now, on some projects that are clones of forks of public repositories, in the "Projects" section of "Home" page of the "Team Explorer" pane, I get (among others) two buttons that are both titled the same - "Pull Requests" and both have the same tooltip: "Pull Requests". I fail to understand the difference between them by looking at their icons.
Found nothing on this by searching stackoverflow and looking through the web/tutorials.
When I click on the right-side button it opens a "GitHub" pane containing some open pull requests that I also can find on the GitHub website in the project that I made a fork from, in the "Pull requests" tab. Clicking on the left-side button just gives me this information. Doing what it says (connecting) doesn't appear to change anything. I don't know specifically what this button is for and I would like to know.
Can someone explain clearly what each of them is referring to? So much better if I can also arrive at understanding the git/GitHub aspects involved behind each.
After some digging around on the web, among other helpful materials I came upon this VS developer community thread that helped me arrive at clearing this confusion.
These two buttons differing only by icon, are misleading (at least for a beginner).
What each one represents: