Is there a way to run git within Powershell?

11

3

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.

spong

Posted 2010-03-30T22:53:33.597

Reputation: 1 929

Answers

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.

heavyd

Posted 2010-03-30T22:53:33.597

Reputation: 54 755