ASSIGNMENT 1
ASSIGNMENT 1
Gowtham B (2738190)
Vijaya Vittala Institute Of Technology
1. Configure your Git with your name and email.
What commands would you use to set your username and email globally?
git config --global user.name "Gowtham B"
git config --global user.email "[email protected]"