In general, configure a git server, you need a server, but also need a client to verify the success of the server, and the general developers have only a basic server, it needs this server as a git server, and as a client to use, The following
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
Introduction to GIF Basics
So, simply put, what kind of a system is Git? Please note that the next thing is very important, if you understand the idea of Git and the basic principle of work, you will know the reason why, with ease. When you start
The birth of Git
Centralized vs Distributed
Install Git
Create a repository Repository
Add files to the GIT library
1 adding readmetxt file contents to Repository
2 First Step
3
One, create a git account1. Create a git account on the machine server that is used as the server. We can add them through the System preferences->accounts. Here I add a git administrator account, Administrator is not required, here just for
How to install and build Git Server using Gitosis in CentOS 6.3
Git, as a distributed version control system, generally communicates with servers over the ssh protocol when using git. The main advantage of using ssh is that it is fast (data is
1. Compile and install git1 $ wget http://kernel.org/pub/software/scm/git/git-1.7.3.tar.gz # current Latest Version 2 $ tar-xzvf git-1.7.3,tar.gz # unzip it out 3 $ CD git-1.7.3 # Enter directory 4 $ Yum install-y gettext-devel expat-devel
One, Tracking branch 1. Track BranchesThe ' Trace branch ' in Git is used to contact local and remote branches. If you perform push (push) or pull on the ' Trace branch ' (Tracking Branches), it automatically pushes (push) or pulls (pull) onto 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.