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 "Neha"
To set a user email,
sudo git config --global user.email "bisen.neha21@gmail.com"
Create a repository na...
neha99.hashnode.dev1 min read