• 0 Posts
  • 226 Comments
Joined 2 years ago
cake
Cake day: December 21st, 2023

help-circle



















  • 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.