Skip to content

Instantly share code, notes, and snippets.

@fraga
Created January 3, 2012 22:26
Show Gist options
  • Select an option

  • Save fraga/1557273 to your computer and use it in GitHub Desktop.

Select an option

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