Git and Github
//the touch command doesn't work in windows
mkdir your_folder //to create a folder
cd your_folder //to move into a folder
cd .. //to exit a folder
git init //to start our git work
Last updated