Skip to content

Instantly share code, notes, and snippets.

@jeff-french
Created April 10, 2012 14:41
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 jeff-french/2351828 to your computer and use it in GitHub Desktop.
Save jeff-french/2351828 to your computer and use it in GitHub Desktop.
Add Git bin path to PowerShell session for Posh-Git
# Add Git bin directory to path for this session
$env:path += ";" + (Get-Item "Env:ProgramFiles(x86)").Value + "\Git\bin"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment