Requires [Git](https://git-scm.com/) to be installed and in the `PATH` environment variable. Executing `which git` on Linux or MacOS on the commandline should return a non-empty path to the installation directory (ex: `/usr/local/bin/git`). Windows users may try the [Windows Subsystem for Linux (WSL)](https://learn.microsoft.com/en-us/windows/wsl/install) but we have not tested it.
Requires [Git](https://git-scm.com/) to be installed and in the `PATH`
environment variable. Executing `which git` on Linux or MacOS on the
commandline should return a non-empty path to the installation directory (ex:
`/usr/local/bin/git`). Windows users may try the [Windows Subsystem for Linux
(WSL)](https://learn.microsoft.com/en-us/windows/wsl/install) but we have not
tested it.
This template has been tested with git version ``2.41.0``. If you get an error
mentioning that ``--allow-unrelated-histories``, your git version is too old.