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.

link|improve this question

feedback

2 Answers

up vote 3 down vote accepted

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.