zdbru / DVP1--Notes

Project & Portfolio!
0 stars 0 forks source link

Research: Version Control #5

Closed zdbru closed 4 years ago

zdbru commented 4 years ago

There are three types of Version Control: Centralized, Local, Distributed. Local is implemented by most people. This method is only used when devs need to collaborate on a single server. This can be very important because it allows you to see where everyone is at. Distributed allows you to create an exact copy of your repository should your server crash