It's called a shallow clone.  You use `git clone --depth 1 <repository>`.
If you need to "unshallow" the clone afterwards to get all the history, you
can use `git pull --unshallow`

Reply via email to