Which is equivalent to bzr for git clone --depth HEAD

I am wondering how to do git clone --depth HEADwith BZR, because I do not need the whole history of branches.

+3
source share
2 answers

What you are looking for is called Bazaar Easy Check .

+2
source

Bazaar supports lightweight switcher checks--lightweight .

bzr checkout --lightweight lp:openshot
+5
source

All Articles