--- layout: default ---

Powershell for GIT

OverView

Allows the use of PowerShell to manage GIT

Configuring

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

Additional Resources

Configuring the Powershell ISE for use with GIT and GitHub