Installing GitHub for Windows is a nice way to get at once beginner\'s git Windows app, msysgit and posh-git - but you can only start the git shell with posh-git by calling \"Gi
Following these directions, to install and use Posh-git in powershell do the following:
git clone git://github.com/dahlbyk/posh-git.git
to your choice of directorySet-ExecutionPolicy RemoteSigned
Set-ExecutionPolicy Unrestricted
cd posh-git
.\install.ps1
. $PROFILE
I originally followed directions given in the popular haacked.com tutorial (as pointed out by @dahlbyk and @CB) but had similar issues as the OP.