VSCode looks to see if a branch has an uplink.
If you want to press / display the master branch on origin / master , you can run the following command and establish an uplink:
git branch -u origin/master master
From now on, VSCode activates these actions for the main branch.
João Moreno
source share