Horje
posh git install windows Code Example
posh git install windows
Option 1: Install posh-git via PowerShellGet on Windows (Best Way)
posh-git is available on the PowerShell Gallery and can be installed using the PowerShellGet module. To get it done through this route, Start either Windows PowerShell 5.x or PowerShell Core 6.x (pwsh) as an administrator, install PowerShellGet

Install-Module PowershellGet -Force
Then execute one of the following two commands:

For a completely new installation

##A completely new installation
PowerShellGet\Install-Module posh-git -Scope CurrentUser -Force
For a updating posh-git if it has ever been installed from PowerShell Gallery

PowerShellGet\Update-Module posh-git




Shell

Related
how to install pg_dump on mac Code Example how to install pg_dump on mac Code Example
install laravel 7 Code Example install laravel 7 Code Example
find npm version Code Example find npm version Code Example
linux bash search history Code Example linux bash search history Code Example
git remove files from repo but not locally Code Example git remove files from repo but not locally Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8