Trusted answers to developer questions

How to install Git Bash in Windows

Get the Learn to Code Starter Pack

Break into tech with the logic & computer science skills you’d learn in a bootcamp or university — at a fraction of the cost. Educative's hand-on curriculum is perfect for new learners hoping to launch a career.

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.

Git Bash is not a GUI software, it is a command-line prompt. You will only use Git Bash to write and run commands on the terminal.

Installing Git Bash

Step 1

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

widget

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).

RELATED TAGS

git
Copyright ©2024 Educative, Inc. All rights reserved
Did you find this helpful?