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
Gitusermanualchinese-robin Wiki Gitusermanualchinese
Git User Manual (1.5.3 and subsequent versions applicable)
Luo Rong (Robin Steven)
English version: http://www.kernel.org/pub/software/scm/git/docs/user-manual.html
Preface
Summary of COMMON commands
One, fallback to a node, by the following command:
Git Reset–hard HASH returns to a node without preserving modifications such as:
Git Reset–hard HASH returns to a node, preserving the modification.
Second, all the local
New and merged branchesNow let's take a look at a simple example of branching and merging, in which the work flow is generally used in the actual work:1. Develop a website. 2. Create a branch to implement a new requirement. 3. Work on this
Automating development deployment tasks with Git hooksOffers: Zstack communityObjectiveVersion control, which is one of the core requirements of modern software development. With it, software projects can safely track code changes and perform
Git notes, git Study Notes
This blog on git says it has crashed. It's broken. Pay attention to this issue next time.
Create a project:
Midir xx: Create xx folder
Git init: Create a code repository for the current folder
Code submission:
Git
by Dong ([email protected])
This is a translation based on the original text (by Atlassian). All content on the page is shared by the knowledge sharing-attribution (CC by 2.5 AU) Agreement unless otherwise noted.
A wide variety of workflows
The introduction of git is not much said. Here is just a simple entry-level operation.How to install, initialize, and perform simple operations and branch operations.Everything is simple, not reasonable, but simple operations.Original article, if
Overview
When using Git for source code maintenance, it is often possible to view the differences before each code version, such as Git diff before committing the change to see the source file code relative to the corresponding version or remote
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.