2
VS Code uses the OS folder system, and for the Git integration to work, you need to open the folder that contains your code, using the folder with the Git repository as the root, i.e., the folder that contains, hidden folder/directory: . git
You can do this from the File menu.
Do you have Git on the machine? It’s telling
commits
? And it’s givingpush
?– Maniero
Yes, everything normal, but no change I make is appearing there
– Mike Otharan
@Mikeotharan of a look here.
– gato
The best video setup I’ve seen so far. Vscode Configuration with Visual Studio GIT and Team Services. This link will help you greatly in setting up. Follow all the steps.
– White