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
Go: http://blog.csdn.net/wangjia55/article/details/8818845
When using Git for versioning, to get a copy of a project, we need to know the address of the project repository (the Git URL). Git can be used under many protocols, so Git url may be ssh:
Go from http://justcoding.iteye.com/blog/1830388 Initialize configuration C code
#配置使用git仓库的人员姓名
git config--global user.name "Your name Comes here"
#配置使用git仓库的人员email
git config--global user.email [email protected]
#配置到缓存 default 1
Git Common Command CollationBlog Category:
Ubuntu/mac/github/aptana/nginx/shell/linux
Initializing configuration C code
#配置使用git仓库的人员姓名
git config--global user.name "Your name Comes here"
#配置使用git仓库的人员email
git
What is the main difference between SVN and git?Talking about git naturally think of SVN, I have just access to the version Control tool is SVN,SVN is a centralized version control system, the repository is centralized in the central server, when
See better information, http://www.cnblogs.com/zyf-zhaoyafei/p/4486220.html.Recently learned to learn git, summed up a little bit about the use of GIT commands and problems encounteredGit is known to be the most advanced distributed version control
In the previous article http://blog.csdn.net/commshare/article/details/18368695, we installed a gitweb, the feeling of the interface is very difficult to see Ah, Firefox than Chrome look a little better.
To beautify
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.