git comment faire un clone peu profond avec toutes les branches
git clone --depth 10 --no-single-branch https://github.com/django/django.git
Brens
git clone --depth 10 --no-single-branch https://github.com/django/django.git
git clone --depth 1 https://path/to/repo/foo.git -b bar
$ git branch -a
* master
remotes/origin/HEAD
remotes/origin/master
remotes/origin/v1.0-stable
remotes/origin/experimental