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`
- Is it possible to provide a compressed file for every git t... Filipe Laíns
- Re: Is it possible to provide a compressed file for ev... Bill Gaylord
- Re: Is it possible to provide a compressed file fo... Elliot Saba
- Re: Is it possible to provide a compressed file for ev... Marcus Müller
