Git Bash is a terminal emulator for Windows used for a Git command line experience. Using Git Bash, you can work on any changes in the code on the ter

How to Install Git Bash on Windows 10

submited by
Style Pass
2021-05-20 13:13:19

Git Bash is a terminal emulator for Windows used for a Git command line experience. Using Git Bash, you can work on any changes in the code on the terminal itself, and you don’t need another coding environment such as Atom, Notepad++, etc.

Git is preinstalled on most Linux systems, but if you are using Windows, follow the next steps to install Git Bash on Windows 10.

While installing Git for Windows from the official download link is a breeze, one should carefully check the steps shown here to avoid syncing errors later. For Linux users, we have a beginners guide toward installing Git.

After downloading, select the components you want to install and clear the ones you don’t. Accept the GNI General public license as shown below.

At minimum, you will need to enable the options “Git Bash” and “Git GUI,” “enable Git support for large files,” “associate .git configuration files with the default text editor,, and “associate .sh files to be run with Bash.”

For Windows 10 users, a Git folder will be created as a default in “Program Files.” You can choose not to create a Start menu folder.

Leave a Comment