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