Day 9: Deep Dive in Git & Github.
Set your username and email address, which will be associated with your commits.
git config --global user.name "user_example"
git config --global user.email "abc@gmail.com"
Create a repository named "Devops" on GitHub.
- Go to your github accoun...
himanshu2212.hashnode.dev1 min read