🏠 Homepage
🏠 Syllabus of Day 2
⬅️ Previous: 📋Summary & Cheatsheet
📝 Hands-On Exercise
- Clone a repository (your own, a fork, or as a collaborator).
- Create a new branch for a feature or fix.
- Make changes to a file (e.g., update README.md or add a new file).
- Stage and commit your changes with a clear message.
- Push your branch to GitHub.
- Open a Pull Request to propose your changes.
- Review and resolve any merge conflicts if they occur.
- Merge your PR into the main branch (or have it merged by a reviewer).
- Pull the latest changes to your local main branch.
- Share your PR link or merged repository link with your instructor or team.
➡️ Up Next: 🏠 Homepage