Clone
Download a complete copy of a remote repository - every commit, branch, tag.
- Saves source URL as origin remote.
- Full backup - works offline.
- main is checked out by default.
When to use: Starting work on any existing project.
Example: git clone https://github.com/openai/whisper downloads the full repo.