j
k
j a
j l
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`
Attachments:
Back to the thread
Back to the list