I have my git repo cloned on my development server which myself and another developer would like to use. The issue is that because we are on a shared server, every time I change branch names, this also reflects for him and vice versa.
I am sure there is a way around this but I have no idea - I did think of having 2 sub folders within the main theme(master) which we clone as DEV1 theme and DEV2 theme as well as also creating the same branch names on git which we push and pull from each others theme folders? I don't know if this approach would work?