Do you want to work with a repository? Do you have the repo URL?
Clone command can help you to clone (copy) it into your local machine:
git clone [url]
Let’s imagine that you want to clone the Go project from “https://github.com/golang/go” (a GitHub repo).
This command can do the magic for you:
git clone https://github.com/golang/go