What is GitHub?
A website where developers store, share, and collaborate on code using Git
Why It Matters
GitHub is where most open-source software lives and where teams collaborate on projects
Real-World Example
Your development team stores all project code on GitHub and uses it to review each other's work
Related Terms
Git
A system that tracks every change to your code, letting you see history, undo mistakes, and collaborate with others
Version Control
A system that records changes to files over time, allowing you to recall specific versions later
Pull Request
A request to merge your code changes into the main project, allowing others to review first
Repository
A storage location for your project's code and its complete history
Learn More at buildDay Melbourne
Want to understand these concepts hands-on? Join our one-day workshop and build a real web application from scratch.
Related Terms
Git
A system that tracks every change to your code, letting you see history, undo mistakes, and collaborate with others
Version Control
A system that records changes to files over time, allowing you to recall specific versions later
Pull Request
A request to merge your code changes into the main project, allowing others to review first
Repository
A storage location for your project's code and its complete history
Code Review
Having other developers examine your code changes before they're merged
Merge
Combining code changes from one branch into another