How to install Git on Windows with Git Bash

Git Bash provides a Git command line for Windows. You have a few settings to choose from during the installation. You will need to connect to your GitHub account to work on a repository.

Web hosting with a personal consultant!

Fast and scalable, including a free domain and email address, trust web hosting from IONOS!

Free domain
SSL
24/7 support

What is Git Bash?

The version control system Git is an essential tool for many developers. It is especially useful for project development in teams. Git optimizes teamwork by helping to maintain an overview, save previous versions and integrate changes. Git does this by bundling a number of command-line programs and creating an environment to work in. Linux and macOS include command-line utilities from Unix which work with Git. Microsoft, on the other hand, uses its own Windows command prompt. The solution to this is Git Bash. Git Bash is a command line that allows Windows users to use Git functions. Git Bash stands for “Bourne Again Shell”.

The application contains many Unix utilities such as SCP and SSH, as well as the terminal window minty. Git Bash must install the utilities in the C:\Programs\Git\usr\bin folder since Windows normally runs CMD commands. The following sections will describe how to install Git Bash for Windows and what to watch out for in the process.

How do I download Git Bash?

Git Bash can be found on the official site Git Bash for Windows. They always have the latest version there, so you can be sure that the file is checked. The .exe file downloads when you click the download button. You can open it just like any other file, but you may want to consider a few important settings first.

Git Bash: Step by step installation

We’ll explain step by step how to install Git Bash on Windows.

  1. Open the downloaded setup file, click on “Next” and choose a folder for the installation. This can be placed in your programs. It’s important to ensure you have enough disk space for Git Bash.
  2. Click “Next” again to complete the installation.
  3. You can then select the components that you want to install or exclude from the installation. The default setting is normally fine. A desktop shortcut is useful if you use Git Bash more often. Click “Next” once you have chosen your preferences.
  1. Select the editor you want Git to use. You usually have one or more editors installed already, so you can just click one of the suggested options.
  2. You’ll decide in the next step whether the default branch name in new repositories should be “master” or another name.
  3. The next step involves choosing the settings for the PATH environment. You must choose whether Git should only be used by Git Bash or whether third-party software should also be considered. The second option is recommended. This includes the command prompt and third-party. Click “Next” after that.
  1. Just click “Next” in each step to keep the default settings.
  2. Install Git Bash by clicking “Install” and close the window.

How do I connect Git Bash to GitHub?

You need to connect Git Bash to your GitHub account to be able to use it. This is how it works:

  1. Open Git Bash with a double click.
  2. Go to the official GitHub page in your browser and log in with your details. You need to create a GitHub account if you don’t have one already.
  3. When you are logged in, you will see a small plus icon in the upper right corner. Click on it and select “New repository”.
  1. Give the new repository a name, set it to public or private, and check the box next to “Add a README file”.
  2. Change the folder if you don’t have Git Bash open in your project folder.
  3. Use Git Commands to save your username and email address.
  4. Clone the repository into your system. This will create the folder for your new repository in Git Bash.

Now you can use Git Bash on your Windows device.

What are the additional commands with Git Bash?

Git Bash offers some commands which are useful for daily tasks with Git. In addition to the SCP and SSH mentioned above, the following Git commands are included:

A concise explanation and overview of the most important commands can be found in our Git cheat sheet with a PDF download. Our Git tutorial offers a good introduction to the version control system.

Tip

Deploy websites and apps directly using GitHub! You can perform the three steps yourself. Try out Git Push, Build and Deploy with Deploy Now and bring your project online in no time.

We use cookies on our website to provide you with the best possible user experience. By continuing to use our website or services, you agree to their use. More Information.