OverviewBefore we describe what git is, we need to make a basic overview of versioning (version control), which, in general, is managed and maintained on two dimensions of time and space, and the code itselfAnd the project files of the organization
$ git init//Initialize a git repository$ git status//view the status of the warehouse
$ git Add. Add all modifications to staging area
$ git add *//Ant style Additions modified
$ git Add *controller//Add all modifications of files ending with
This tutorial was previously sent to the community website and now turns it on your blog:)
Http://oss.lzu.edu.cn/artical.php?id=16
Description: All of the pictures in this tutorial are from pro git. All of the following actions, unless specifically
This tutorial was posted on the community web site and is now transferred to your blog:
Http://oss.lzu.edu.cn/artical.php?id=16
Description: All pictures of this tutorial are from "Pro git". All of the following operations, unless specifically
Objective
Almost all version control systems support branching in some way. Using branching means that you can separate your work from the development line to avoid affecting the development line. In many version control systems, this is a
GitHub is a git-based code hosting platform, where paid users can build private warehouses, and our general free users can only use public repositories, which means the code is open. This is enough for the average person to have a public
Original: "Pro Git"
Git Basics
After reading this chapter you can get started with git (bole online Note: If you don't know git yet, it's recommended to start with the first article in this git series). This chapter introduces some of the most basic,
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
original link: https://gxnotes.com/article/9883.html
Problem Description
SSH has the-I option to tell which private key file to use when validating:
-I identity_file selects a file from which the identity (private key) for RSA or DSA
Attention:
Please configure your git client before you study.
Related articles: Git client graphic details how to install configuration GitHub operation flow strategy
Official Chinese Handbook: Http://git-scm.com/book/zh git learning manual
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.