Current location - Quotes Website - Team slogan - Git server has several methods.
Git server has several methods.
Git can use four main protocols to transmit data: local transmission, SSH protocol, Git protocol and HTTP protocol.

Git is an open source distributed version control system, which can effectively and quickly handle project version management from very small to very large.

Git is an open source version control software developed by Linus Torvalds to help manage Linux kernel development.

Main functions of Git:

1. Ordinary developers who check email or other means to check the submission status.

2. Fix the patch and resolve the conflict (you may ask the developer to resubmit it later. If it is an open source project, please determine which patches are effective and which are not).

3. Submit the results to the public server, and then notify all developers.

Extended data:

Advantages and disadvantages of Git:

Advantages:

1. Suitable for distributed development, emphasizing individuals.

2. The pressure and data volume of public servers will not be too great.

3. Fast and flexible.

Conflicts between any two developers can be easily resolved.

5. Work offline.

Disadvantages:

1. Very little data (at least in Chinese).

2. The learning cycle is long.

3. Not in line with traditional thinking.

4. The code confidentiality is poor. Once the developer clones the entire library, all the code and version information can be completely made public.