11

Is there a way to run git within Powershell?

I have a Windows 7 box with msysgit. I'd like to have a single shell to also run all my git commands as well as play around with Powershell scripting.

akira
  • 63,447
spong
  • 2,047

2 Answers2

7

Yes, when you run the msysgit installer make sure you choose the option to install git to be able to run from the Windows command prompt.

Installer

This will add git to your PATH variable, which will make it available to PowerShell.

Gareth
  • 19,080
heavyd
  • 65,321