Visual Studio Code offers a totally integrated experience with Git and SCM. Here's the Visual Studio Code interface:
The numbers on the left-hand side of the screenshot represent the following details:
- Current branch: If you click on this, you can create a new branch or check out another existing branch.
- Status of the repository: We are in sync with the remote repository. If not, you can see the number of incoming and outgoing commits of the current branch. By clicking on them, you will perform synchronization, that is, fetch and merge with the remote repository.
- The name of the project in Azure DevOps ...