I'm on a vista laptop, trying out git for the first time.
I installed the msysgit version, and it installed a "git bash" shortcut on the desktop. When I run it, it seems to run in a cygwin kind of box, where C:\
is /c/
Is it safe to use git from the windows command line where /c/
is C:\
? does that create any conflict with the way git expects the pathes to be like?
What about, if I init
from the bash/cygwin console, then commit
from the windows console? Does that create any trouble?