Skip to content
Erwin edited this page May 2, 2013 · 6 revisions

Welcome to the posh-git wiki!

install posh-git by

  • installing git
  • then opening a PS console as an Administrator (now with git in the PATH)
  • running Set-ExecutionPolicy RemoteSigned
  • running the following command in PS

(new-object Net.WebClient).DownloadString("http://psget.net/GetPsGet.ps1") | iex

  • running install-module posh-git
  • close and reopen PS console
  • check install by running 'Get-PsGetModuleInfo Posh*'
Clone this wiki locally