安装适用于 Windows 的 GitHub 是立即获得初学者的 git Windows 应用程序 msysgit 和 posh-git 的好方法 - 但您只能通过调用“GitHub.appref-ms --open-shell”来使用 posh-git 启动 git shell。
我想要做的是启动控制台,加载 powershell,并使用 Windows 版 Github 附带的 posh-git - 但我想不出办法将它加载到 powershell 中。
更新:我不想单独为 Windows 安装 Git,因为已经安装了 msysgit。
通过从 AppData\Local\Github 文件夹中调用 shell1.ps1 脚本,我取得了一些进展——它确实让我调用了 git。但它不显示我所在的分支,与 GitHub for Windows 的“Git Shell”相反。