

Okay, so the answer basically is that you can’t have multiple people working on overlapping bits of code, not without someone sorting it out first.
Being able to have two different people work on different parts of the same file without causing any issues makes sense, but I also thought there was some magic formula that fixes everything if two people try to upload the file with the same part of the code modified in two different ways at the same time.
Git is not as magical as I thought it was now that you’ve explained it.


Shit like this is why building websites is no longer fun for me like it was back in the 90s and 2000s. There’s way too much security shit to worry about now.