Skip to content

Instantly share code, notes, and snippets.

@BlueHatbRit
Created April 15, 2016 10:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BlueHatbRit/0836f991944733e2207a256c5c375e02 to your computer and use it in GitHub Desktop.
Save BlueHatbRit/0836f991944733e2207a256c5c375e02 to your computer and use it in GitHub Desktop.
Easy Posh-Git Installation
# Run the following commpands in Power-Shell (as Administrator)
# One time setup to ensure the scripts can be run
Set-ExecutionPolicy RemoteSigned
# Download the install script pipe it into Invoke-Expression
(new-object Net.WebClient).DownloadString("http://psget.net/GetPsGet.ps1") | iex
# Install it
install-module posh-git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment