Icon

Git

Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
Latest: 2.54.0
Last checked: Apr 27, 2026 4:44am
Rank: 2511/15140
Monitored via:
Winget Request more monitors
Follow to track new versions in your feed.
Report

Overview

0
License: GPL-2.0Installer: EXEWinget: Available

Version & Lifecycle

0
Current: 2.54.0 N-2: 2.53.0.2 Avg cadence: Every 32 days

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

Community Notes

Deployment tip • May 18, 2026
0

Git for Windows unattended install switches

For managed Git for Windows installs, the project’s unattended-install guide documents Inno Setup switches that are useful for endpoint packaging. A baseline silent command can use Git-*-64-bit.exe /VERYSILENT /NORESTART /NOCANCEL /SP-. Add /CLOSEAPPLICATIONS when you want the installer to close files it is replacing, or /RESTARTAPPLICATIONS if your deployment policy allows restarted applications after setup.

For repeatable customization, capture a reference installer answer file with /SAVEINF=git.inf, then deploy with /LOADINF=git.inf. The same guide also documents component control with /COMPONENTS="icons,ext\reg\shellhere,assoc,assoc_sh"; test that list against your standard image because it changes Start Menu, Explorer integration, and file-association behavior.

For detection or post-install validation, run git --version from the managed context after setup rather than relying only on the downloaded installer name. Source: Git for Windows silent or unattended installation guide.

For managed Git for Windows updates, close Git-related windows and shells before running the x64 installer. If Git is in use during the update, the installer can return 0x80070643, so schedule the upgrade after interactive Git processes have exited.

Official source: Git downloads/documentation.

Release Notes & Updates

0
Avg cadence:
Updates • 0

Help us match vulnerabilities

No vulnerability match yet. Pick the right product:

Looking for matching products…
Don’t see it? Paste a CPE

Also known as

Other names people use for this app — helps search and matching.

GitGit Git

Packaging Notes

0

Available via winget: Git.Git; Windows installer from Git for Windows project; source builds supported

Notes

0

Latest version 2.53.0 released 2026-03-10. Windows builds from https://gitforwindows.org. Install via package managers on Linux/macOS.