So in this short tutorial video you are going to learn how to create a new project folder with git with files and folders that yo need for any basic project folder .
steps :
1- open terminal window
2- type next command line to create project folder with git : git init "type new project folder name"
3- to move inside new project folder you have to type next command line and press enter : cd "type project folder name "