This is a bibisect repository for LibreOffice. Run the following command to clone it:
git clone https://bibisect.libreoffice.org/mac64-7.6.git
Alternatively, you can download a git bundle to clone locally. It allows for easier resuming of interrupted downloads, hence might be more robust than `git clone` on unreliable connections.
wget --continue https://bibisect.libreoffice.org/mac64-7.6.git-bundle
git clone -o bundle mac64-7.6.git-bundle mac64-7.6
rm ./mac64-7.6.git-bundle cd ./mac64-7.6 git remote remove bundle
git remote add origin https://bibisect.libreoffice.org/mac64-7.6.git git pull origin master git branch --set-upstream-to=origin/master master