SETUP Flashcards

Git Commands

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

set a name that is identifiable for credit when review version history

A

git config –global user.name “[firstname lastname]”

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

set an email address that will be associated with each history marker

A

git config –global user.email “[valid-email]”

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

set automatic command line coloring for Git for easy reviewing

A

git config –global color.ui auto

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