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
- [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
-
-
-
-
-
-
-
-
(Locked)
Ignoring files3m 11s
-
(Locked)
The .git folder1m 54s
-
(Locked)
Create a branch in your repository3m 34s
-
(Locked)
Create and merge a pull request2m 57s
-
(Locked)
Git commit messages3m 46s
-
(Locked)
Solving a merge conflict4m 15s
-
(Locked)
Challenge: Create a branch and a pull request43s
-
(Locked)
Solution: Create a branch and a pull request1m 34s
-
(Locked)
-