forked from dahlbyk/posh-git
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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*'