--- layout: default ---
Allows the use of PowerShell to manage GIT
git config --global user.name 'your name'
git config --global user.email 'your email address'
git config --global push.default simple
Install-Module -Name posh-git -Force