Git Tutorial Command Clone
Clone is a command we can use to create a clone or copy of an existing repo locally.
Terminal example:
Terminal
>
git clone urlOfRepo
> Output:
git clone creates a working copy of a repo. When on a github page there is a "clone" button in the top right usually where we can get the path to use. We can use ssh or https;