Kukkimonsuta / rpi-buildqt

Guide for cross compiling QT 5.8 with piomxtextures for raspberry pi
MIT License
45 stars 24 forks source link

Faster cloning #5

Closed zevero closed 7 years ago

zevero commented 7 years ago

by adding --depth 1 to your cloneOrPull function

git clone  $1 $2 -b $3 --depth 1
Kukkimonsuta commented 7 years ago

Added, thanks for the idea 👍