Overview
First, let's briefly introduce the differences between git and SVN. I think the important parts are as follows:
Git is a distributed version control system. This is very different from SVN's central control system. The most significant
Brief introductionBoth SVN and git are common version management software, but git is more advanced than SVN in terms of concept or functionality. But some companies are using SVN as the central repository, and Git and SVN code synchronization can
Transferred from: http://www.ibm.com/developerworks/cn/opensource/os-cn-tourofgit/The design idea of the distributed code base and file snapshot, which is advocated by Git, is a challenge and subversion relative to the traditional CVS, SVN and other
Git was developed by the famous Linux kernel (Kernel) developer Linustorvalds to facilitate the maintenance of Linux.Git is a distributed version control system. As a distributed version control system, there is no concept of the main library in Git,
1) git is distributed, and SVN is not:This is the core difference between git and other non-distributed version control systems, such as SVN,CVS. If you can understand this concept, then you are already half-done. There is a need to make a statement
hint: Look at the way this article, do not understand the first skip, read the length of the following may be understood.
git and GitHub
concept
Git---version control tool (command).
Tool Introduction Official Website: http://git-scm.com
Tool
The actual development of the company, in the celestial use more or SVN, because SVN is centralized, in the celestial work you understand! -----------------svn-----------------: The most common basic steps---
Download (full download, first
Git getting started tutorial http://hi.baidu.com/eehuang/blog/item/37af8d54242d6351564e00b5.html
Considering some limitations of CVs, I recently launched git with my colleagues at the company.In fact, the implementation of SVN may be much
Http://blog.csdn.net/zl728/article/details/5952995
Phenomenon. In recent years, our focus on version control tools seems to be changing. at the beginning, we primarily and only aimed to monitor the code so that we can safely return to the old
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.