clone
- Clone repository to local machine
- Cloning will copy the
.git
folder to your machine (differently of downloading zip)
git clone "repo"
git clone "repo" --mirror
git clone "repo" --depth 1 # shallow clone
.git
folder to your machine (differently of downloading zip)git clone "repo"
git clone "repo" --mirror
git clone "repo" --depth 1 # shallow clone