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
Reprinted: Ubuntu computer (Virtual Machine), which has an independent IP address in the company's LAN, and ensures that everyone in the team can ping;
Software requirements: Install git and OpenSSH on Git-core, gitosis, OpenSSH-server, and
Git common command collation and description (details)
Git common command collation and description details
Installation and Configuration
Workspace repository and Staging area
Local libraries and remote libraries
now start with a story:When it comes to versioning, there's always a picture in my head. College graduation is the scene of graduation thesis, your computer graduation thesis must have appeared this scene!Graduation Thesis _ First draft. DOC
Git is the most commonly used version control tool in our daily routine. Compared to Svn,git has the following advantages: (1) Git is distributed management, does not need a separate server storage code, each machine in the team can be a server, are
Centralized version control system, the repository is centrally stored in the central server, with their own computers, so the first from the central server to obtain the latest version, and then began to work, finished work, and then put their
To collaborate in a distributed development process you'll need to push code to remotely accessible repositories.
This is somewhat of a follow-up to the previous article setting up a new rails app with git.
It's good to know how this stuff works,
Source Control System (SCM) and VersioningVersioning is a system that records changes in the content of several files to enable future review of specific revisions.local version control systemMany people are accustomed to copy the entire project
Associated users:$ git config--global user.name "YourName"Affiliate Email account:$ git config--global user.email "Youremail"Create a new folder:$ mkdir Show current directory:$ pwdturn a directory into a git repository:$ git initAdd File to
Associated users:$ git config--global user.name "YourName"Affiliate Email account:$ git config--global user.email "Youremail"Create a new folder:$ mkdir Show current directory:$ pwdturn a directory into a git repository:$ git initAdd File to
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.