what does pwd do?
it shows you where you are
how do i create a folder in git
use mkdir (make directory)
how do you create files
use touch
how to open into vs code
enter folder and do code .
how to change the main folder name to main
git branch -M main