diff --git a/content/roadmaps/101-backend/content/104-version-control-systems/readme.md b/content/roadmaps/101-backend/content/104-version-control-systems/readme.md index 5e0249474..d9d2d2bf4 100644 --- a/content/roadmaps/101-backend/content/104-version-control-systems/readme.md +++ b/content/roadmaps/101-backend/content/104-version-control-systems/readme.md @@ -1 +1,8 @@ -# Version control systems \ No newline at end of file +# Version Control Systems + +Version control systems allow you to track changes to your codebase/files over time. They allow you to go back to some previous version of the codebase without any issues. Also, they help in collaborating with people working on the same code – if you’ve ever collaborated with other people on a project, you might already know the frustration of copying and merging the changes from someone else into your codebase; version control systems allow you to get rid of this issue. + +Free Content +Version Control System Introduction +Git & GitHub Crash Course For Beginners +Learn Git in 20 Minutes