Configure Tooling (configure user information for all local repositories) Flashcards

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

$ git config –global user.email “[email address]”

A

Sets the email you want attached to your commit transactions.

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

$ git config –global user.name “[name]”

A

Sets the name you want to your commit transactions.

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

$ git config –global color.ui auto

A

Enables helpful colorization of the command line output.

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