From the course: Cisco DevNet Associate (200-901) Cert Prep 1: Software Development and Design

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Learn about Git and its version control process

Learn about Git and its version control process

From the course: Cisco DevNet Associate (200-901) Cert Prep 1: Software Development and Design

Start my 1-month free trial

Learn about Git and its version control process

- [Instructor] Git is a very popular open source version control system, widely used for both public and private projects. In fact, the source core for both the Linux kernel and Python are both using Git as their version control system, so let's talk about Git and its features. There are many open source and commercial version control systems. The open source ones include CVS SVN, Git, and Mercurial to name a few. As mentioned, Git is one of the most popular, if not the most popular, version control system in use today. Git was created by Linus Torvalds for the development of the Linux kernel in 2005. Because of this heritage and its original purpose, Git has the following focuses right from the beginning. It supports parallel, independent, and simultaneous development of code with repositories offline. Git can scale to handle thousands of developers. Git is fast and efficient by using features, such as compression and…

Contents