What is GitHub?
GitHub is a web-based platform that uses Git to host code repositories and facilitates collaboration among developers.
Why use GitHub?
- Remote Repository: Hosting your code online for backup and collaboration.
- Collaboration: Allows teams to work on the same codebase with features like Pull Requests.
Execution:
- Task 5: Create a new repository on GitHub.
- Go to GitHub, click "New Repository," and follow the instructions.
- Go to GitHub, click "New Repository," and follow the instructions.
- Task 6: Clone a GitHub repository.
git clone <https://github.com/username/repository.git>