Git vs GitHub

Verdict: Git is the open-source version control system that tracks file changes and intelligently merges them. GitHub is the cloud platform built on Git that stores code and manages collaboration via pull requests.

CriterionGitGitHub
What it isOpen-source version control system that tracks changes to filesCloud-based platform built on Git to store, share and collaborate
Where it runsLocally on your computerIn the cloud, via the browser
Role in mergingIntelligently merges the incoming changesManages the flow with features such as pull requests
ProvidesVersion controlHosting, pull requests, review, collaboration

Rules

Traps