...

/

What Is Version Control?

What Is Version Control?

This lesson dives into version control and explains why it is useful for large projects.

Why do we need version control?

Let’s say you create a project and have worked on it for over a month. While adding a new feature, you realize that something you did a week back won’t allow your new feature to work properly. You decide to revert those changes but aren’t sure if you have made similar changes in other files as well.

What if there was a way for you to identify what exact changes you ...