About this Install Guide

This guide shows you how to install and use the tool with the most common configuration. For advanced options and complete reference information, see the official documentation. Some install guides also include optional next steps to help you explore related workflows or integrations.

Git has native support for Windows on Arm . An official installer is available for version 2.47.1 and up.

In addition to Windows laptops, Windows on Arm instances are available with Microsoft Azure. For more information, see Deploy a Windows on Arm virtual machine on Microsoft Azure .

Download and install Git for Windows on Arm

Git releases are available in GitHub releases .

Use a browser to download the desired release file. The Git releases for Windows on Arm have arm64.exe in the filename.

You can also download from a Windows PowerShell with the following command:

Note

The following command uses Git version 2.54.0. The same command works with other versions. Replace the file used in this step with the file for your version of choice. To find the latest Git releases, see GitHub releases .

    

        
        
curl https://github.com/git-for-windows/git/releases/download/v2.54.0.windows.1/Git-2.54.0-arm64.exe -o Git-2.54.0-arm64.exe

    

After you’ve downloaded Git, run the installer .exe file on a Windows on Arm machine.

The installer starts. To complete installation, follow these steps:

  1. Click Next to acknowledge the GNU General Public License.

  2. Set the destination location or accept the default location, and click Next.

  3. Continue to click Next for the configuration settings. You can accept all defaults if you are unsure of specific settings.

  4. At the end of the install process, you see the following screen indicating setup has finished installing Git:

Image Alt Text:Git Setup Wizard completion screen with options to Launch Git Bash and View Release Notes, and a Finish button.

  1. Click the Finish button to complete installation.

Use Git on Windows

You can use Git on Windows from a Windows Command Prompt or by using Git Bash.

Git Bash is a Linux-like terminal experience which includes Git and many other Linux commands.

Note

Git is not automatically added to your search path during installation.

To use Git, click the Windows Start button and then click All apps.

You see the Git folder in the G section.

Image Alt Text:Windows Start menu showing the Git folder expanded with Git Bash, Git CMD, Git FAQs, Git GUI, and Git Release Notes entries.

There are menu items for multiple ways to start Git.

Use Git in a Windows Command Prompt

Start a Git Command Prompt by selecting Git CMD from the Start menu.

Image Alt Text:Git CMD terminal showing the output of git –version confirming Git version 2.53.0.windows.1.

To see the help message, enter:

    

        
        
git help

    

You can use Git from this Command Prompt.

Use Git with Git Bash

To use Git in a Linux-like environment, select Git Bash from the start menu.

Image Alt Text:Git Bash terminal showing which git, file command confirming ARM64 executable, and git –version output.

Click the colored icon in the top-left corner of the Git Bash window, and then click Options to change the appearance of the window. You can change settings such as colors, fonts, and font sizes for the window.

Image Alt Text:Git Bash Options dialog with settings for colors, transparency, and cursor style.

You are now ready to use Git on your Windows on Arm device.


Give Feedback

How would you rate this tool quick-install guide?