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