Git Commands Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

git clone https://github.com/user-name/repository-name.git

A

Command related to remote repository

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

git push origin master

A

Command related to remote repository

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

git add .

A

Command related to workflow

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

git commit -m “A message describing what you have done to make this snapshot different”

A

Command related to workflow

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

git status

A

Command related to checking status or log history

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

git log

A

Command related to checking status or log history

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

Git syntax works like this:

A

program | action | destination

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