Answers for "posh-git installation on PowerShell"

0

posh-git installation on PowerShell

> Install-Module posh-git -Scope CurrentUser -Force
> Install-Module posh-git -Scope CurrentUser -AllowPrerelease -Force # Newer beta version with PowerShell Core support
Posted by: Guest on July-20-2021

Browse Popular Code Answers by Language