Is there a possibility to Checkout all git Branches of one solution at the same time?

48 Views Asked by At

We have a solution with mutliple projects inside. The projects hasve 2 main branches, one for 32-Bit and one for 64-Bit.

Is there a possibility to checkout all git branches at the same time when one of the projects changes branch?

e.g. if project 1 changes to the 64bit branch all other do that aswell to make sure all changes are compiled with the right projects.

I tried bash and powershell scripts with git hooks but it wont work.

We are using Visual Studio 2015 atm (yes its old) but we are planning to switch to 2019 or 2022. So if there is a solution in a newer Visual Studio Version it would be ok, too.

0

There are 0 best solutions below