git commmands Flashcards

1
Q

To add changes from working directory to staging area

A

git add .

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

to commit your work with a message

A

git commit -m “Message”

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

Move changes from the staging area to your repo

A

git push

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

to check your work state

A

git status

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