Skip to content
williware edited this page Sep 7, 2012 · 13 revisions

Welcome to the posh-git wiki!

install posh-git by

  • installing git
  • then open a PS console (now with git in the PATH)
  • running the following command in PS

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

  • close and reopen PS console
Clone this wiki locally