Git
Git is a local system responsible for version control during application development. It was created in 2005. It allows for tracking changes in files and managing system versions. Git belongs to distributed version control systems, which means that all code and its history are available on every developer's computer. This makes it possible to branch and merge code.