git instructions

WBOY
Release: 2016-08-08 09:24:14
Original
870 people have browsed it
The core difference between git and SVN
Does SVN require a server?
If the client cannot access the server, can your code still be submitted?
git can solve this problem
Who developed git, who developed LINUX, Torvalds, Renas (bitten by a penguin when he was a child)
Everyone can clone the git version library
Example:
For example, there is now one The Git version library 有 There is a SVN version of the library. In this way, you add files (add) and submit files (commit) on your own computer, which is submitted to your own warehouse. Then if the user wants to submit it to the server, he needs to use (push). For example: User B can also download the file from the server. To clone a repository, you can also clone a repository from user A
Branch concept:
For example, if a project is open source (online examination system)
I can build a git repository that allows any user to clone
A
C
                                                                                                                   .
The above introduces the instructions of git, including aspects of content. I hope it will be helpful to friends who are interested in PHP tutorials.


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
Popular Tutorials
More>
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!