我指的是GitHub for Windows附带的shell和Git Bash(它有一个独立的安装程序).
小智 99
好吧,首先,GitHub for Windows附带的默认shell是PoshGit,它是Git 的Windows Power Shell环境.另一方面,Git Bash/msysGit使用Bash shell(Bourne Again Shell)和MinGW,它是Linux风格环境和命令行工具的端口.
PoshGit将允许您在命令行中使用Windows和Power Shell命令与Git,而Git Bash将允许您在命令行中使用MinGW/Linux工具和Git.