Git and GitHub Basics
Week 4: Git and GitHub Challenge - Solution
Task 1: Fork and Clone the Repository
Commands Used:
# Clone the forked repository
git clone https://github.com/<your-username>/90DaysOfDevOps.git
# Navigate into the cloned repository
cd 90DaysOfDevOps/20...
git-and-github-blogs.hashnode.dev3 min read