Skip to content

Instantly share code, notes, and snippets.

@jamiekt
Last active February 6, 2017 15:12
Show Gist options
  • Save jamiekt/137d952e2d78bd74f4534cfc63fc7885 to your computer and use it in GitHub Desktop.
Save jamiekt/137d952e2d78bd74f4534cfc63fc7885 to your computer and use it in GitHub Desktop.
#old version was getting complicated. This will do.
=get latest from https://gist.github.com/jamiekt/137d952e2d78bd74f4534cfc63fc7885
ipmo posh-git
Start-SshAgent
$env:path += ";" + (Get-Item "Env:\ProgramFiles").value + "\Git\bin"
$PSDefaultParameterValues["Out-Default:OutVariable"] = "___"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment