79698714

Date: 2025-07-11 18:29:00
Score: 2
Natty:
Report link

No, their old content won’t overwrite your updates automatically. If you merge your branch into master first, and then they try to push their outdated version, Git will block it and ask them to pull the latest changes. If there’s a conflict in the same files (like folder xyz), Git will show a merge conflict, and they’ll need to resolve it before pushing. So as long as everyone pulls before pushing, your changes are safe.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: 黃子耀