Clone with limited depth git

Clone only the latest commit of one branch (fast CI checkout)

git clone --depth=1 --single-branch --branch main <url>