Category: git

Subcategory: clone

Value: git clone --depth 1 <url>

Miniscription: Shallow clone single commit history

Description: Clones a repository with only the latest commit, making it much faster and smaller for CI or read-only use cases.

Kontributer: iarc13