What is a potential drawback of using a centralized version control system compared to a distributed one like Git in terms of branching and merging?

  • Increased risk of data loss
  • Lack of branching and merging capabilities
  • Limited offline functionality
  • Slower performance for large repositories
One potential drawback of centralized version control systems is their dependency on a central server. If the server is unavailable or if the developer is offline, certain operations may be limited or not possible, hindering productivity.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *