VCS access from Jetbrains Client

Hi all,

has anyone information on how I can access VCS information from the Intellij Client?

I check the plugins and there is no VCS plugin installed but the UI can show information about branches (local on host and remotes). So are available any API for accessing information (in particular git one?).

Mainly I just need these information:

  1. The current branch
  2. The remote branch
  3. The head log
  4. The repository URL

Thanks a lot everyone

It is expected that VCS plugin APIs are not present in JetBrains Client as in remote development an IDE is a distributed system.

Please start with this template:

and checkout response from our team:

Also this video should clarify things

Thanks a lot @yuriy.artamonov I followed already that question, I recognized was closely related.
So remote development changed a lot starting from 2025.2 and I should push my current customer to keep it as update as possible (we are actually in 2025.1).