git clone
Use
git clone <repo-url>
What It Does
git clone copies a repository into a new directory.
Practice
Use it for smoke tests when you need proof your project is reproducible.
Watch Out
Cloning creates a new directory. Do not clone into the repository you are already using.
Docs Pointers
- Read git and Forgejo publishing.
- Run
git help clone.

Linux Foundations