Deep Dive in Git & GitHub for DevOps Engineers
Set your user name and email address, which will be associated with your commits.
To set a username,
sudo git config --global user.name "Madhup"
To set a user email,
sudo git config --global user.email "madhuppandey2908@gmail.com"
After adding a f...
madhup.hashnode.dev2 min read