History Of Git ?
Git was created by Linus Torvalds in 2005 as a replacement for the proprietary version control system BitKeeper, which had been used by the Linux kernel development community for several years. When the company that developed BitKeeper changed its licensing terms, the Linux community needed to find a new solution.
Torvalds wanted a version control system that was fast, efficient, and could handle the large codebase of the Linux kernel. He also wanted a system that was decentralized, allowing developers to work on their own local copies of the code and synchronize changes with each other.
The first version of Git was released in April 2005, and it quickly gained popularity within the open-source community. Git's ability to handle branching and merging of code made it particularly well-suited to software development, where multiple contributors may be working on different features or versions of a project simultaneously.
In 2008, GitHub was launched as a web-based hosting service for Git repositories, making it easier for developers to collaborate on open-source projects. Git has since become the most widely used version control system in the world, and is used by many companies and organizations for software development and other projects. The Git project itself is open source and continues to be actively maintained and developed by a large community of contributors.
0 comments:
Post a Comment