SETUP Flashcards
Git Commands
1
Q
set a name that is identifiable for credit when review version history
A
git config –global user.name “[firstname lastname]”
1
Q
set an email address that will be associated with each history marker
A
git config –global user.email “[valid-email]”
2
Q
set automatic command line coloring for Git for easy reviewing
A
git config –global color.ui auto