标签: gitpython
如何仅使用分支就可以克隆存储库, 标签还是确切的提交?
REPO = git.Repo.clone_from(url, tmpdirname, branch=branch
类似于上述的下载所有存储库...