Git ...not just version control
Git is a powerful version control system that allows developers to track and store changes to their code. It also helps teams collaborate on projects efficiently. With Git, developers can keep track of changes made to their code, revert back to previous versions if needed, and even create branches for different versions of the same project. In this talk, we’ll take a look at how Git works and how it can be used to manage and track changes to your code.
You can also check the Git Cheatsheet post.