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
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
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
Today, the company trained git, and then went home from work to search for it and reviewed it again to help increase the impression. This article is of great help to new users who are just working on the project. Let you know whenCommit, when to use-
Developer Information Registration
git config user.name "Zhangle"
git config user.email zhangle@eastaeon.com
The Ex:author section shows the submitter information
Global configuration: git config--global user.name "xxx" three ways to
Git for detailed use, git for use1. Git Concept1.1 The Git library consists of three partsGit repository is that. the git directory stores the submitted document index content. Git can track the content of the documents it manages based on the
Read the Liaoche to write tutorials, down to the end, took three days to learn, do a study note itAbout GitLinus created Linux to facilitate the management of Linux code, the use of C wrote this distributed version control system. The GitHub site
Source: Tu genhua's blog welcomes original articles to bole headlines
I. What is git?
Git is currently the most advanced distributed version control system in the world.
Ii. What is the main difference between SVN and git?
SVN is a centralized
http://www.open-open.com/lib/view/open1428900970330.html Installing Git1) WindowsInstalling msysgit,:http://msysgit.github.io/When installing, the basic choice is the default setting, but:On the adjusting your PATH environment page, tick run Git
$ git init//Initialize a git repository$ git status//view the status of the warehouse
$ git Add. Add all modifications to staging area
$ git add *//Ant style Additions modified
$ git Add *controller//Add all modifications of files ending with
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.