In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly shows you "git is open source", the content is easy to understand, clear, hope to help you solve your doubts, the following let the editor lead you to study and learn "git is open source" this article.
Git is open source. Git is an open source distributed version control system, which can effectively and high-speed deal with project version management from very small to very large; it adopts the approach of distributed version library and can run version control without server-side software, which makes the release and communication of source code extremely convenient.
The operating environment of this tutorial: Windows7 system, Git2.30.0 version, Dell G3 computer.
Git (pronounced / g pronounced /) is an open source distributed version control system for agile and efficient processing of any small or large project, and can effectively and quickly handle project version management from very small to very large.
Different from centralized version control tools such as CVS and Subversion, it adopts the method of distributed version library and can run version control without server-side software, which makes the release and communication of source code very convenient.
Git is fast, which is naturally important for large projects such as the Linux kernel. The best thing about Git is its merger tracking (merge tracing) capability.
The difference between Git and SVN
Git is not only a version control system, it is also a content management system (CMS), work management system and so on.
If you are a person with a background in using SVN, you need to make some thought changes to adapt to some of the concepts and features provided by Git.
The difference between Git and SVN:
1. Git is distributed, SVN is not: this is the core difference between Git and other non-distributed version control systems, such as SVN,CVS.
2. Git stores content as metadata, while SVN stores content by file: all resource control systems hide the meta-information of files in a folder such as .svn, .cvs, etc.
3. The Git branch is different from the SVN branch: the branch is nothing special in SVN, but it is just another directory in the version library.
4. Git does not have a global version number, while SVN has: this is by far the biggest feature that Git lacks compared to SVN.
5. The content integrity of Git is better than that of SVN:Git. SHA-1 hash algorithm is used for content storage. This ensures the integrity of the code content and reduces damage to the version library in the event of disk failures and network problems.
The above is all the content of the article "is git open source?" Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.