Skip to content

Instantly share code, notes, and snippets.

@fraga
Created January 3, 2012 22:26
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save fraga/1557273 to your computer and use it in GitHub Desktop.
Save fraga/1557273 to your computer and use it in GitHub Desktop.
Installing GetPs and Posh-Git
(new-object Net.WebClient).DownloadString("http://psget.net/GetPsGet.ps1") | iex
Install-Module Posh-Git –force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment