Day 2: Commit Early & Often
Today started with debugging git error from yesterday. I did this by checking the logs. Inside the log discovered I need to insert the information below using the following commands:
git config --global user.email "you@example.com"
git config --glob...
blog.techytasha.com2 min read