A step-by-step walkthrough — no experience needed
Before We Start
Git is a version control system — it tracks code changes and lets you go back to any previous version. Every professional developer uses Git.
Every change is recorded — you can revert to any point in time
Try new features without breaking the main codebase
Share your project with others easily via GitHub
Open-source — the industry standard tool
Open Chrome, Edge, or Firefox and type this address in the URL bar:
Click the large button on the Git website homepage — the site automatically offers the Windows version.
Open your Downloads folder and double-click the file named:
During installation you'll see the "Adjusting your PATH environment" screen. Select this option:
How would you like to use Git from the command line?
Keep the default options on the remaining screens and click Next each time. The installer has already chosen the best settings.
Which editor would you like Git to use?
You can change the default editor at any time.
Once you've reviewed all the options, click Install. Wait a minute or two while Git installs.
Please wait while Setup installs Git on your computer.
Open PowerShell or Command Prompt and run this command:
git version 2.x.x.windows.x.
Version control is ready. What's next:
New beginner guides every week — AI tools, coding, and more