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
Features:
1. You can quickly switch between project branches.
2. roll back the version of a branch.
3. You do not need to modify the configuration file (defined for projects) for each branch switch)
4. You do not need to create/switch
This article translated from http://nvie.com/posts/a-successful-git-branching-model/ (by Vincent Driessen)
-
In this article, I will show a development model that has been used in all projects (including projects at work and private projects) a year
English Original:http://nvie.com/posts/a-successful-git-branching-model/Chinese version:In this article, I present a development model. I've introduced this development model to all of my projects (both at work and in private) for more than a year,
section one: Download git client, integrate idea because of the GIT version management used by bloggers, this series is based on GIT version tools, and of course SVN is similar to git configuration. GIt also supports the installation version and
If you are already a vim and git master and you are impatient, please jump to thequick start section at the end of this article.1 set up vimdiff
The vimdiff as a merge tool will display several buffers to show the yours/theirs/original changes.
The
if, at present, we are in the demand branch feature-test, made several mentions, git log view commit information as follows:
Each commit is independent, but the last three commits are related, adding the contents of the Read.txt file, in this
Cakedc Git Workflow is a workflow for project development and release, in which the development and release cycles are based on several key phases (key phases):
Development:
All active development activities are milestones driven, and
This article transferred from: http://www.cnblogs.com/stg609/p/3673782.htmlThe open source community is hot both at home and abroad, and Microsoft has been blamed for not having open source, but with the growing open source of frameworks such as the.
Reprinted: http://www.cnblogs.com/me-sa/archive/2011/10/29/erlang0010.html
Erlang originated from the telecom industry. Joe Armstrong mentioned the design requirements of Erlang.Software maintenance should be performed without stopping the system.
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.