1

Screenshot of VS Code. It helps to know about an issue which I am facing: SS of VS Code. It helps to know about an issue which I am facing

Peter Macej
  • 4,831
  • 22
  • 49
  • 1
    From the image alone, it is not clear if the directory is even a git repository. Have you already initialized it? – Caveman74 Jun 02 '22 at 15:00
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Jun 04 '22 at 06:38

3 Answers3

1

My VSCode:

Right click in status bar and make sure source control is enable.

ChrisGPT was on strike
  • 127,765
  • 105
  • 273
  • 257
Gilang
  • 11
  • 2
1

On VS Code, go to View > Appearance > Check 'Status Bar' option.

enter image description here

1

Make sure that you have your repository configured inside VSCode "Source Control" tab.

Click "Source Control" and see if you have any options to choose a repository (if there's no repository configured in your VSCode, you should see a notification on this tab)

source control tab

Peter Macej
  • 4,831
  • 22
  • 49