Git Setup and Config Flashcards

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

How do you check the git email config?

A

git config user.email

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

How do you list the current Git configuration?

A

git config –list

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

How do you set asjer@mac.com as email?

A

git config –global user.email asjer@mac.com

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

How do you set colors?

A

git config –global color.ui true

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

How do you set username as: Asjer Querido?

A

git config –global user.name “Asjer Querido”

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