Git & GitHub

Git is a version control system.
GitHub is a website for hosting and collaborating on projects that use Git.

Repository

A GitHub repository contains files related to your project, history of your project tracked using Git and collaboration tools like Issues and Pull Requests.

Pull Request

A feature that represents a request to change project files.

Issues

A GitHub feature which is used to track tasks, bugs, and features.

Watch

To be notified of activity on a repository like new Pull Requests or Issues, one can use which of the following social features?

Fork

A social feature which allows you to make a copy of a repository & is used to either propose changes back to the original project or as a starting point for your own idea.