我正在 Windows XP 上安装 Git。在安装过程中,安装程序询问我是否需要:
1: Context menu entries: "Git Bash Here" (and the "Git GUI Here" option)
或
2: "git-cheetah shell extension (32-bit only)"
基本上,我应该怎么做?我不能两者都做。
更具体地说,最常用的版本是什么? Git Bash 工具和 shell 扩展一样吗?
最佳答案
git bash here 将为您提供一个可以访问 git 命令的控制台窗口,shell 扩展 将为您提供对 git 命令的右键单击菜单访问,创建一个类似于 TortoiseSVN 等。
关于git - 在 Windows : Git Bash Here or git-cheetah shell extension? 上安装 git,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4539384/