Powershell Git Completions
Contents
Install
scoop install posh-git
Import-Module posh-git
Add to profile
notepad $PROFILE
add Import-Module posh-git
to somewhere in the file
scoop install posh-git
Import-Module posh-git
notepad $PROFILE
add Import-Module posh-git
to somewhere in the file