From the course: Programming Foundations: Version Control with Git
Unlock the full course today
Join today to access over 24,400 courses taught by industry experts.
Installing Git on Windows - Git Tutorial
From the course: Programming Foundations: Version Control with Git
Installing Git on Windows
- [Instructor] Throughout the course, I'll be using a Mac for the exercises and demonstrations. However, if you're working on a Windows computer, you can still follow along with these exercises. So let's go through the process of installing Git for Windows. To download and install Git, go to the website at git-scm.com and select the Windows option. Download the latest version. Once the download is complete, open the .exe file. I'm currently using Windows 11 for this installation. If you see this prompt, select Yes to start the installation. Next, we'll see information about the licensing. Click Next to continue. By default, Git will be installed into you Program Files folder. Select Next again to continue. This screen shows options for installing different components. The defaults can be left as they are. Git Bash and Git GUI are alternative tools for using Git instead of PowerShell. You can keep these options checked during the installation in case you want to try them later. This…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
Why do you need version control?1m 48s
-
What is version control?1m 33s
-
What is Git?1m 59s
-
(Locked)
Command line vs. graphical user interface2m 8s
-
(Locked)
Git concepts and terminology2m 5s
-
(Locked)
Hosting services1m 35s
-
(Locked)
The basic Git workflow3m 12s
-
(Locked)
Installing Git on Mac5m 55s
-
(Locked)
Installing Git on Windows5m 13s
-
-
-
-