Git local Repository (Repository) Details
Outline:
I. Preface
Ii. Overview
3. Install Git on Windows
4. Create a local repository
5. Detailed explanation of local Warehouse Management
Vi. Summary
Note: CentOS 5.5 x86_64, Git server version: git
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
Git server setup and Client installationOutline:I. Preface2. Build a Git Server
Install the Git server in yum
Create a git user to run the git Service
Create a client logon Certificate
Initialize Git Repository
Disable shell Logon
Clone remote
Git is a distributed version control system, and the same git repository can be distributed across different machines. How to distribute it? At first, there must be only one machine with an original repository, and since then, other machines can
How to view hidden folders:If you don't see the. git directory, you need to make the hidden files visible. This is done by opening a terminal window and entering the following command:Defaults write Com.apple.finder appleshowallfiles TRUEIn order to
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
Install and use Git standalone version
Introduction:
Git is an open-source distributed version control system. It is one of the most popular and advanced version control software today.Git is a distributed version control system. On the contrary,
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
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.