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

Welcome to the posh-git wiki!

install posh-git by

  1. installing git
  2. then opening a PS command line (now with path to git)
  3. running the following command in PS

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

Clone this wiki locally