I run git commands from a CMD session all the time.
Make sure the PATH environment variable contains the ' cmd ' directory from the msysgit distribution:
Path=C:\Path\To\Git\1.7.1\cmd
If not, add it to your session:
set PATH=%PATH%;C:\Path\To\Git\1.7.1\cmd
and you're done. git and Ruby in your CMD shell.
Reverse (Ruby commands) is possible in git bash by adding a value similar to /c/path/to/Ruby/186-27/bin to the PATH value

VonC Aug 6 '10 at 18:50 2010-08-06 18:50
source share