Git & GitHub Basics
Estimated Time: 10–15 hours
Status: ☐ Not Started
🎯 Objectives
- Understand version control
- Make commits, branches, and merge changes
- Collaborate with others via GitHub
- Practice Git CLI commands from scratch
🔗 Resources
- Git Handbook by GitHub
- Codecademy – Learn Git
- GitHub Docs – GitHub Pages
✅ Tasks
- [ ] Create a GitHub account and profile
- [ ] Install Git on your local machine
- [ ] Create a new local repo using
git init
- [ ] Clone a repo from GitHub using
git clone