VSCode and git: how to use git for more than one project?

In VSCode, I have two folders open in a workspace each belonging to two git projects. How do I switch focus between the two folders so I can conveniently use VSC's git features on both folders?


When you show the Source Control tab (click the button on the left in the screenshot), VS Code shows you all the git repos for your open folders:

enter image description here

Here I have two repos (hellocli3 and KrakenRepo).

By clicking the > to expand the repo you want, you then get to use VS Code's git features for that repo. The features can be found by hovering over the icons to the right of the repo name:

enter image description here