How to install Git Bash in Windows




Git Bash is a source control management system for Windows. It allows users to type Git commands that make source code management easier through versioning and commit history. Bash is a Linux-based command line (that has been ported over to Windows) while Shell is a native Windows command line.

Installing Git Bash

Step 1

Download the Git Bash setup from the official website: https://git-scm.com/

Step 2

Download the installer.

Step 3

Run the .exe file you just downloaded and follow the instructions in the installer.​

Step 4

Run Git Bash by right-clicking on any folder and selecting the Git Bash Here option from the context menu (right-click menu).

How to add SSH key to GitHub