DEV Community

Cover image for How to See Which Branch Your Teammates are on in VS Code
SuDa2103 for GitLive

Posted on

How to See Which Branch Your Teammates are on in VS Code

"What branch are you on?" is often the first question you ask when a teammate says "The tests aren't passing" or "The build failed". Here's how you can get an answer to that question without even needing to ask.
In VS Code, open up the team tab by clicking on the GitLive icon on the activity bar.

vs code view

This will show a list of your teammates, if they are online (or away) and the issue they are currently working on. Locate the teammate you are interested in and click the arrow on the left-hand side of their avatar.

vs code view

Now you will see all the repositories they have cloned including the name of their current branch!

vs code view

NOTE: If an issue has been connected to the branch you'll see the issue name instead, if that's the case just hover your cursor over the issue name and a tooltip will appear showing you the branch name (and even the commit hash).

vs code view

Don't have the GitLive extension installed yet? You can find it here and, if you need help setting it up, follow the instructions here .

Top comments (0)