Git

apt install git
apt install git-all

git clone https://github.com/mailcow/mailcow-dockerized mailcow
git clone --branch <branchname> <remote-repo-url>
git clone -b <branchname> <remote-repo-url> <custom-folder>