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
You're free to collect some git commands from the Web, sort it out.1. Common git commands
Command
Brief Description
Special Notes
git add
Add to Staging Area
Git add–interactive
I first published and summed up the things I learned, there are bad places please point out
one, git upload item (install git)
There are two ways git uploads a project: An HTTPS method, an SSH method
HTTPS method:
1, first login github.com
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
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
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
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
What is git?
Git is a distributed code management container. The same code is stored locally and remotely. The GIT repository is mainly composed of three parts: Local Code, cache area, and commit history. This is the essence of almost all operations.
1. Version Control
Version Control is a system that records changes in the content of one or more files for future reference to specific version revisions. There are three version control systems:
1. Local Version Control System
Many people are
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.