GitLab & Runner
Clone all projects from a group in GitLab
Install glab utility with the following command:
Create a https://gitlab.example.com/-/profile/personal_access_tokens?name=glab&scopes=api,write_repository token with the following scopes:
api
write_repository
Login with the following command:
Clone all repositories with the following command:
Last updated