From the course: Git Essential Training

Unlock this course with a free trial

Join today to access over 24,700 courses taught by industry experts.

The .git folder

The .git folder

- [Instructor] Git seems to be living in the background so far. We are still using our usual file management platform, but you can still see an extra folder in the File Explorer, .git. You might have to make it visible, as it is a hidden folder by default. Let's take a look. You can make this folder visible in Visual Studio Code or in your codespace. To do that, first open the Command Palette by using Control + Shift + P if you're on Windows or Command + Shift + P on a Mac. Now type user settings. We got two options, and we open the second one, User Settings JSON. You can add your own specific settings here, and one of them that you could add is this one. To make it a little bit easier in this course, I have set something up for you. You can go to the folder .vscode and then settings.json. Here, you can find the same line, but it's commented out. If you select that and then press Ctrl + / on a Windows or Command + / on a Mac, you can now see the folder we were talking about on the…

Contents