Closed zevero closed 7 years ago
by adding --depth 1 to your cloneOrPull function
--depth 1
cloneOrPull
git clone $1 $2 -b $3 --depth 1
Added, thanks for the idea 👍
by adding
--depth 1
to yourcloneOrPull
function