In my GitLab repository, I have a group with 20 projects. I want to clone all projects at once. Is that possible?
相关问题
- Why does recursive submodule update from github fa
- Extended message for commit via Visual Studio Code
- Emacs shell: save commit message
- Can I organize Git submodules in a flat hierarchy?
- Upload file > 25 MB on Github
Yep it's possible, here is the code.
prerequisites:
pip install python-gitlab
Example:
I have written the script to pull the complete code base from gitlab for particular group.