Basic Git Command Line Reference for Windows Users - CodeProject
Syntax: mkdir [options] Options:-p = Create parent directories as needed --verbose = Show a message for each new directory created (note the double dash) Create a folder in the current directory (without spaces in the folder name): $ mkdir ......