📜  在 PowerShell 上安装 posh-git - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:45.884000             🧑  作者: Mango

代码示例1
> Install-Module posh-git -Scope CurrentUser -Force
> Install-Module posh-git -Scope CurrentUser -AllowPrerelease -Force # Newer beta version with PowerShell Core support