From the course: Linux Foundation Certified System Administrator (LFCS) Cert Prep

Unlock this course with a free trial

Join today to access over 24,600 courses taught by industry experts.

Git: Basic operations

Git: Basic operations

- [Instructor] In today's world, software projects are usually developed by large teams. And this comes with an interesting set of problems. Imagine we have 10 developers working on the same project. Each person will add, delete and modify code in random places. Now, imagine you are part of the same team. If you turn on your computer ready to do some work, how will you know what changed in the last 24 hours? Now, in today's world, software projects are usually developed by large teams, and this comes with an interesting set of problems. Imagine we have 10 developers working on the same project. Each person will add, delete and modify code in random places. Now, imagine you're a part of the same team. Now you turned on your computer ready to do some work. How will you know what changed in the last 24 hours? Here are some examples of activities that might have happened during this time. While the software testing team reported a bug, a developer changed code in six files to fix that…

Contents