Back to Tools
version-control
GitHub
GitHub is a platform built on top of Git that provides repository hosting, collaboration tools, and CI/CD through GitHub Actions.
gitplatformcicd
Key Concepts
Repositories store code and version history.
Pull requests are used for code review.
GitHub Actions enables CI/CD workflows.
Issues and discussions support team collaboration.
Common Interview Questions
What is GitHub?
What is a pull request?
What is GitHub Actions?
Use Case
Host repositories, manage pull requests, run CI/CD pipelines.
Common Use Cases
Hosting project repositories.
Managing team collaboration.
Running CI/CD pipelines.
Pros
Add pros for this tool.
Cons
Add cons for this tool.