git Flashcards

1
Q

what does pwd do?

A

it shows you where you are

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

how do i create a folder in git

A

use mkdir (make directory)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

how do you create files

A

use touch

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

how to open into vs code

A

enter folder and do code .

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

how to change the main folder name to main

A

git branch -M main

How well did you know this?
1
Not at all
2
3
4
5
Perfectly