Home> Common Problem> body text

What is Code Cloud Gitee?

Guanhui
Release: 2020-05-15 17:51:43
Original
7508 people have browsed it

What is Code Cloud Gitee?

##What is Code Cloud Gitee

Code Cloud Gitee is a Git-based code hosting service launched by the open source Chinese community in 2013. It has now It has become the largest code hosting platform in China and is committed to providing high-quality and stable hosting services for domestic developers. Similar to GitHub, the difference is that Code Cloud is domestic and GitHub is overseas.


Introduction to Git

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

Git is a version control tool used for Linux kernel development. Different from commonly used version control tools such as CVS, Subversion, etc., it adopts a distributed version library method 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.

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 was that Git was too difficult to understand. From Git In terms of its internal working mechanism, this is indeed the case. But as development progresses, the normal use of Git is performed by some friendly script commands, making Git very easy to use. Even if it is used to manage our own development projects, Git is a friendly and powerful tool. Now, more and more famous projects use Git to manage project development.

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

Currently GIT can be used under windows. There are two main methods: msysgit and Cygwin. The usage of Cygwin is similar to that of Linux. The Windows version of GIT provides a friendly GUI (graphical interface). You can get started quickly after installation. I will not introduce it in detail here.

This article will be translated and compiled based on the official Git documents Tutorial, core-tutorial and Everyday GIT, but the explanation of the internal working mechanism of Git has been temporarily removed, striving to be concise and to the point, and adding the author's process of using Git. Some experiences, precautions, and more examples. It is recommended that you install Git through the installation package of the Unix/Linux distribution you are using. You can browse this article online, or you can get the latest version of this article through the following command, and learn to use Git as a tool later. Participate in the creation of this article.

(Snake.Zero Note: The following assumes that the environment is Unix/Linux. This correction is mainly about version issues. Commands such as git-add git-init-db have been changed to something similar to git add to avoid misleading novices. .)

Recommended tutorial: "

Git"

The above is the detailed content of What is Code Cloud Gitee?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!