DEV Community

Cover image for How to install Gitbash for Windows only
MailingDelgadoMedina
MailingDelgadoMedina

Posted on

How to install Gitbash for Windows only

Photo by Tracy Adams on Unsplash

What is Git Bash?

Git Bash is an application for Microsoft Windows environments that provides an emulation layer for a Git command line experience. Bash stands for Bourne Again Shell. A shell is a terminal application used to interact with an operating system through written commands. NIX users should feel at home, as the BASH emulation behaves like the "git" command in LINUX and UNIX environments. THIS IS FOR WINDOWS USERS ONLY!

To install Git Bash, navigate to this link [https://gitforwindows.org/].

I will now show you step by step how to install Git Bash on Windows.

STEP 1:

After downloading the application, this is the first window you will encounter, and you will click the Next button.
Step 1

STEP 2:

You will select the folder you desire by clicking Browse..., and if you are satisfied with the current folder, you will click the Next button.
Step 2

STEP 3:

You will select all the known checkboxes, except the ones that say: "Use a TrueType font in all console windows" and "Check daily for Git for Windows updates", and then click the Next button.
Step 3

STEP 4:

You will click the Next button.
Step 4

STEP 5:

You will select from the dropdown menu where it says: "Use Vim (the ubiquitous text editor) as Git's default editor", and then click the Next button.
Step 5

STEP 6:

You will select "Let Git decide", and then click the Next button.
Step 6

STEP 7:

You will select "Use Git and optional Unix tools from the Command Prompt", and then click the Next button.
Step 7

STEP 8:

You will select "Use the OpenSSL library", and then click the Next button.
Step 8

STEP 9:

You will select "Checkout Windows-style, commit Unix-style line endings", and then click the Next button.
Step 9

STEP 10:

You will select "Use MinTTY (the default terminal of MSYS2)", and then click the Next button.
Step 10

STEP 11:

You will select "Default (fast-forward or merge)", and then click the Next button.
Step 11

STEP 12:

You will select "Git Credential Manager Core", and then click the Next button.
Step 12

STEP 13:

You will select all the checkboxes, and then click the Next button.
Step 13

STEP 14:

You will simply click the Install button.
Step 14

STEP 15:

You will select the checkbox that says "Launch Git Bash", and then click the Finish button.
Step 15

STEP 16:

You will press the Windows key and type cmd. Then, you will open the Command Prompt, and in the terminal, you will type git --version.
Step 16

Follow me on:

GitHub
LinkedIn



Enter fullscreen mode Exit fullscreen mode

Top comments (0)