Loading...

Repository

A folder under Git tracking - project files plus a hidden .git directory with full history.

When to use: Starting a new project or pulling someone else's code.

Example: git init my-project creates my-project/.git/. git clone <url> downloads full history.

More Git & Version Control Glossary terms