Gitbash versus command line (Windows)

What is the difference between running gitbash commands (in windows) and command line? I installed Gitbash on my Windows machine, and using the mkdir function, a new directory is not created (the folder that I see).

+4
source share
2 answers

Both install HOMEcorrectly (it is not installed by default on Windows, unlike Unix / Linux).
And both add git to %PATH%.

This is the package in git For Windows (with 64bits coming soon , with later bash).

0

gitbash mingw64 Windows 10, c:, mkdir .

c: cd/c/ , . C, CD mkdir yournewdirectoryname. .

0

All Articles