Git Practice Test
Git Git Configuration and Setup
Which command sets your global Git username?
Select your answer
A
git config user.name 'Name'
B
git config --global user.name 'Name'
C
git setup --name 'Name'
D
git init --user 'Name'
Hint