4 lines
No EOL
145 B
PowerShell
4 lines
No EOL
145 B
PowerShell
# Install and add posh-git to profile
|
|
PowerShellGet\Install-Module posh-git -Scope CurrentUser -Force
|
|
Import-Module posh-git
|
|
Add-PoshGitToProfile |