mpga/install/git.ps1

4 lines
145 B
PowerShell
Raw Permalink Normal View History

2020-01-21 14:03:41 +00:00
# Install and add posh-git to profile
PowerShellGet\Install-Module posh-git -Scope CurrentUser -Force
Import-Module posh-git
Add-PoshGitToProfile