Up next


Centralized Source Control Vs. Distributed Source Control

3 Views
Published on 19 Sep 2016 / In Film & Animation

?? Check Out The NEW Simple Programmer YouTube Channel With NEW Programming Videos:
https://simpleprogrammer.com/yt/spnewytchannel ?
SUBSCRIBE TO THIS CHANNEL: http://bit.ly/subscribesp
Visit: http://simpleprogrammer.com/

Centralized Source Control Vs. Distributed Source Control

In this video I'll explain the difference between centralized source control and distributed source control. Yeah, we're going through the technical road, baby!

So, a lot of programmers actually make a lot of confusion when it comes to understanding source controls. There are basically two different types of source control: centralized source control and distributed source control.

Centralized version control systems are based on the idea that there is a single "central" copy of your project somewhere (probably on a server), and programmers will "commit" their changes to this central copy.

On the other hand, distributed source controls do not necessarily rely on a central server to store all the versions of a project's files. Instead, every developer "clones" a copy of a repository and has the full history of the project on their own hard drive. This copy (or "clone") has all of the metadata of the original.

So, wanna know more about centralized source control vs. distributed source control? Watch this video and find out!

If you have a question, email me at john@simpleprogrammer.com

If you liked this video, share, like and, of course, subscribe!

Subscribe To My YouTube Channel: http://bit.ly/1zPTNLT

Visit Simple Programmer Website: http://simpleprogrammer.com/

Connect with me on social media:
Facebook: https://www.facebook.com/SimpleProgrammer
Twitter: https://twitter.com/jsonmez

Other Links:
Sign up for the Simple Programmer Newsletter: http://simpleprogrammer.com/email
Simple Programmer blog: http://simpleprogrammer.com/blog
Learn how to learn anything quickly: http://10stepstolearn.com
Boost your career now: http://devcareerboost.com

Show more
Responsive image

Log in to comment


0

Up next