Git is a version control tool used for Linux kernel development. Different from commonly used version control tools such as CVS, Subversion, etc., it uses a distributed version library and does not require server-side software support (wingeddevil's note: This score depends on what kind of server is used. It does not matter if it uses http protocol or git protocol, etc. Same. And there is still interaction with the server during push and pull.), making the release and communication of source code extremely convenient. Git is fast, which is naturally important for big projects like the Linux kernel. The most outstanding thing about Git is its merge tracing capability.
All resources on this website are contributed and published by netizens, or reprinted by major download sites. Please check the integrity of the software yourself! All resources on this website are for learning and reference only. Please do not use them for commercial purposes, otherwise you will be responsible for all consequences incurred! If there is any infringement, please contact us to delete and remove it. Contact information: admin@php.cn