在 Windows 上安装 git:Git Bash Here 还是 git-cheetah shell 扩展?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/4539384/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-10 09:42:29  来源:igfitidea点击:

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

gitinstallerinstallation

提问by orokusaki

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

我正在 Windows XP 上安装 Git。在安装过程中,安装程序会询问我是否需要:

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

1:上下文菜单条目:“Git Bash Here”(和“Git GUI Here”选项)

or

或者

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

2:“git-cheetah shell 扩展(仅限 32 位)”

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?

更具体地说,最常用的版本是什么?Git Bash 工具和shell 扩展一样吗?

回答by ismail

git bash herewill give you a console window with access to git commands, shell extensionwill give you right click menu access to git commands creating an environment similar to TortoiseSVNand such.

git bash here会给你一个控制台窗口,可以访问 git 命令,shell extension会给你右键菜单访问 git 命令,创建一个类似的环境TortoiseSVN等等。