This project contains a shell script designed to automate the synchronization of available repositories in GitLab.
GITLAB_URL
: the GitLab url of the instanceGITLAB_TOKEN
: the user's GitLab generated access token
Install packages:
sudo apt install curl jq
Make file executable:
chmod a+x script.sh
Execute:
./script.sh