Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Is Gitee Chinese?

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly introduces whether Gitee is Chinese or not, the introduction in the article is very detailed, has certain reference value, interested friends must read it!

Is Gitee from China?

Gitee is Chinese, and Gitee is a code hosting service launched by open source China. It is a secure, stable and efficient collaboration platform for cloud software development. It supports Git and SVN, and provides free private warehouse hosting. Gitee includes three versions, namely, community version, enterprise version and university version.

Git

Git-The stupid content tracker, stupid content tracker. This is how Linus Torvalds introduced us to Git.

Git is a version control tool for Linux kernel development. Different from the commonly used version control tools such as CVS and Subversion, it uses a distributed version library without server-side software support (wingeddevil Note: this score is what kind of server, the use of http protocol or git protocol is not the same. And in push and pull, there is still interaction with the server side. ), which makes the distribution and communication of the source code extremely convenient. Git is very fast, which is naturally important for large projects such as Linux kernel. The best thing about Git is its merge tracking (merge tracing) capabilities.

In fact, when the kernel development team decided to start developing and using Git as the version control system for kernel development, there was a lot of opposition from the open source community around the world, the biggest reason being that Git was too difficult to understand, which is true in terms of Git's internal working mechanism. However, with the deepening of development, the normal use of Git is executed by some friendly script commands, which makes Git very easy to use. Even if it is used to manage our own development projects, Git is a friendly and powerful tool. Nowadays, more and more famous projects use Git to manage project development.

As an open source free fundamentalist project, Git does not have any permission restrictions on browsing and modifying the version library.

At present, GIT can be used under windows, and there are two main methods: msysgit and Cygwin. Cygwin and Linux use similar methods, the Windows version of GIT provides a friendly GUI (graphical interface), you can get started soon after installation, not to do a lot of introduction here.

This article will take the Git official documents Tutorial, core-tutorial and Everyday GIT as the blueprint for translation, but temporarily remove the exposition of the internal working mechanism of Git, strive to be concise, and add some experiences, points for attention, and more examples in the process of using Git. It is recommended that you install Git through the installation package of the Unix / Linux distribution you use, you can browse this article online, or you can get the latest version library of this article through the following command, and use Git as a tool to participate in the creation of this article through later learning.

SVN

The full name of SVN is Subversion, that is, version control system. It is one of the most popular open source version control systems. As an open source version control system, Subversion manages data that changes over time. The data is placed in a central data archive (Repository). This archive is very much like an ordinary file server, but it remembers every change of the file. In this way, you can restore the file to the old version, or browse the change history of the file. Subversion is a general-purpose system that can be used to manage any type of file, including program source code.

SVN adopts client / server architecture, and various versions of the project are stored on the server. Program developers will first get the latest version of the project from the server and copy it to the local machine, and then on this basis, each developer can carry out independent development work on his own client, and can submit new code to the server at any time. Of course, you can also get the latest code on the server through the update operation, so as to maintain consistency with the versions used by other developers. [3]

There are two types of SVN clients, one is WebSVN based on Web, and the other is client software represented by Tortoise SVN. The former requires the support of a Web server, while the latter requires users to install clients locally, both of which are available with free open source software. SVN also stores version data in two ways: BDB (a transaction-safe table type) and FSFS (a storage system that does not require a database). Because it is possible to lock data in BDB mode when the server is down, FSFS mode is more secure.

The above is all the contents of the article "is Gitee in China?" Thank you for reading! Hope to share the content to help you, more related 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.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report