This is a bibisect repository for LibreOffice. Run the following command to clone it:
git clone https://bibisect.libreoffice.org/linux-64-7.3.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/linux-64-7.3.git-bundle
git clone -o bundle linux-64-7.3.git-bundle linux-64-7.3
rm ./linux-64-7.3.git-bundle cd ./linux-64-7.3 git remote remove bundle
git remote add origin https://bibisect.libreoffice.org/linux-64-7.3.git git pull origin master git branch --set-upstream-to=origin/master master