Git for Windows
Open sourceGit
- Category
- Development
- Version
- 2.55.0.3
- Size
- ~62 MB
- Licence terms
- Open source (GPL v2) · free for personal and business use
- Supported OS
- Windows 11 · 10
- Install method
- Automatic install supported
- Developer
- Git
- Downloads via this site
This links to Git’s own download source. AfterFormat neither stores nor modifies installer files.
What it is
Git records how files change over time and lets you go back. It is the default in essentially every development environment, and it must be installed before you can push code to GitHub or GitLab. The Windows build is distributed as Git for Windows and includes the Git Bash terminal.
When to pick this
If you write code or need to pull anything from GitHub. Editors like VS Code and Cursor use it underneath for their version-control features.
Details
Change history
Records what changed and when, and restores any earlier point. It replaces the habit of copying folders with dates appended.
Git Bash
Installs a terminal with Unix-style commands that Windows lacks, so commands in documentation work as written.
First-run setup
Commits require a name and email. Run git config --global user.name and user.email once after installing.
Distribution
- winget ID
- Git.Git
- Redistribution policy
- Open source licence
- Last checked
- 2026-09-09
- Official site
- https://git-scm.com/