Kizspy | Question: 26
(Choose 1 answer)
BLOVSHILLOW Fot
How can you configure Git with your name and email address?
A. By running "git config --global user.name 'Your Name" and "git config --global user.email 'Your Email"
B. By creating a .gitignore file
C. By committing changes using "git commit -m"
D. By pushing changes to a remote repository