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
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
This article is about Git basics, people who don't understand git basics or are interested in the basics of git, so let's take a look at this article, okay, cut the crap and get to the point.
Objective
This article explains in detail the techniques
Start
This chapter describes the knowledge before using git. We will first understand the historical background of some version control tools, and then try to let git run on your system until the final configuration is complete, you can start
install git program
Contos
Yum Install–y Epel-release
Yum install–y git
Ubuntu
Sudo apt-get Install git
Install on Windows
Https://git-scm.com/download/win
The final step is required after Setup is complete
git config--global user.name
Repost
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 version control system, and the version library is concentrated on
What is Git?Git is a distributed code versioning system that makes it easy to manage code versioning with GitIn the process of writing code, it is easy to upload or download code, code updates, and then upload to gitWith Git, it's easy to see the
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.