3

I am working in the web department of a marketing company. Well, in the department there is me and my boss.

I am trying to push the idea of using git for the development of our internal tools but my boss doesn't see why it's a better way to manage our source code than using a network drive backed up with Timemachine.

What good points can I show him to try to convince him.

Comments
  • 3
    Decentralization and better management for merges+conflicts. You don't need to watch the code everytime something is updated.

    Also, atomic commits ftw, you can debug stuff easier this way i.e. you have an idea what parts of code were written together and how are they connected.
  • 0
    Nice coach
Add Comment