Last active
February 6, 2017 15:12
-
-
Save jamiekt/137d952e2d78bd74f4534cfc63fc7885 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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