Reputation: 57118
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?
Upvotes: 51
Views: 23319
Reputation: 47572
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.
Upvotes: 56