I have installed msysGit 1.7.10 on my Windows 7 machine. What I need to know is if I can still use Git from command line?
When I try the git command in
git
As @birryree said, add msysgit's binary to your PATH, or use Git Bash (installed with msysgit as far as I remember) which is better than Windows' console and similar to the Unix one.