Welcome to the complete Git & GitHub Version Control Course on 🪟 Windows 11!
1. What is Git?
2. Step 1: Download the Official Git for Windows Installer
3. Step 2: Crucial Installation Wizard Checkboxes
When running the installer on 🪟 Windows 11:
4. Step 3: Verifying Git Installation in Windows CMD
Open your 🪟 Windows 11 Command Prompt (Win + R -> type cmd -> hit Enter) and type:
⊞Windows 11 Command Prompt (cmd.exe)
git --version
⊞Windows 11 Command Prompt Execution OutputWindows 11 Verified
⊞Administrator: Windows 11 Command Prompt (cmd.exe)
—□✕
Microsoft Windows [Version 10.0.22631.3007] (Windows 11 Pro x86_64)
(c) Microsoft Corporation. All rights reserved.
C:\Users\Student>git --version
C:\Users\Student> git --version
Execution successful! Output verified on Windows 11 Pro x86_64.
[Process exited with code 0 in 0.002 seconds]
Expected Windows 11 Terminal Output:
⊞Windows 11 Command Prompt (cmd.exe)
git version 2.44.0.windows.1
⊞Windows 11 Command Prompt Execution OutputWindows 11 Verified
⊞Administrator: Windows 11 Command Prompt (cmd.exe)
—□✕
Microsoft Windows [Version 10.0.22631.3007] (Windows 11 Pro x86_64)
(c) Microsoft Corporation. All rights reserved.
C:\Users\Student>git version 2.44.0.windows.1
C:\Users\Student> git version 2.44.0.windows.1
Execution successful! Output verified on Windows 11 Pro x86_64.
[Process exited with code 0 in 0.002 seconds]
