I have cloned a big git repository (about 3.7g) that contains multiple branches. One of the branches is responsible to set up a Windows Installer (InnoSetup) and therefore, after I built the main program, I need to switch to the Installer branch.
Is there a possibility to have a single repository, but two separate HEADs in two different directories, so don't have to clone the repository twice?