Git

Git is a distributed version control system designed to track changes in source code, allowing multiple developers to work on a software project simultaneously. ‘Distributed’ means that every person using Git has a full copy of the code repository on their computer. Git was originally developed by Linus Torvalds, the creator of Linux, to help him manage the development of the Linux kernel.