Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installing git on Windows: Git Bash Here or git-cheetah shell extension?

I'm installing Git on Windows XP. During the setup, the installer asks whether I want:

1: Context menu entries: "Git Bash Here" (and the "Git GUI Here" option)

or

2: "git-cheetah shell extension (32-bit only)"

Basically, which should I do? I can't do both.

More specifically, what is the most commonly used version? Is the Git Bash tool the same as the shell extension?

like image 214
orokusaki Avatar asked Dec 27 '10 14:12

orokusaki


People also ask

How do I install Git Bash on Windows?

How to install Git Bash. Git Bash comes included as part of the Git For Windows package. Download and install Git For Windows like other Windows applications. Once downloaded find the included .exe file and open to execute Git Bash.

What is the purpose of using Git -- version after Git installation on a Windows system?

Git is a DevOps tool for source code management—an open-source version control system (VCS) used to handle small to very large projects efficiently. Git is used to tracking changes in the source code, supporting non-linear development so that multiple developers can work together in near real-time.

Do you need Git to use Git bash?

You don't need to use Git Bash. It is just conventional, because Git was developed and designed on Linux and most Git users use Linux and using Git Bash on Windows makes it a uniform experience. You can certainly use Git on cmd; just make sure you add C:\Program Files\git\cmd to your PATH .


1 Answers

git bash here will give you a console window with access to git commands, shell extension will give you right click menu access to git commands creating an environment similar to TortoiseSVN and such.

like image 98
ismail Avatar answered Sep 25 '22 00:09

ismail