We are 4 devs working on a single game, artists and developer combined
The way we are doing it is having, individual branches dev1 , dev2 , dev3 , dev4, and developer branches.
Each dev pushes the changes in his own branch When it's time to integrate what I do is a pull from the respective branch into developer.
Is this workflow accurate to ensure changes from all devs are saved into developer branch, If not what's the correct workflow for doing this ?
Assuming developer is the first branch from main and all 4 branches separated from here