Configure Tooling (configure user information for all local repositories) Flashcards
0
Q
$ git config –global user.email “[email address]”
A
Sets the email you want attached to your commit transactions.
1
Q
$ git config –global user.name “[name]”
A
Sets the name you want to your commit transactions.
2
Q
$ git config –global color.ui auto
A
Enables helpful colorization of the command line output.