C Program
1. Switch to the Correct Branch
By default, when you clone a repository, it might not switch to the correct branch. Ensure you are on the correct branch (1.0.0):
git checkout 1.0.0
Verify the branch using:
git branch
The active branch (1.0.0) shoul...
platformengineer.hashnode.dev2 min read