Directory
Create an alias Configure user identity View user information create a repository delete a repository add a file to staging area submit a file to a repository to ignore a File View workspace status View the modified content view the
Git is a distributed version Control tool, and its author, Linus Torvalds, introduces us to git--the stupid content tracker (a fool-like tracker)1. Git backgroundGit was originally written by Linus Torvalds, a version control tool for Linux kernel
GitLinus Torvalds, a distributed version control tool, introduced Git-the stupid content tracker (silly content tracker)
1. Git background
Git was originally written by Linus Torvalds and used as a version control tool for Linux kernel development.
GitLinus Torvalds, a distributed version control tool, introduced Git-the stupid content tracker (silly content tracker)
1. Git background
Git was originally written by Linus Torvalds and used as a version control tool for Linux kernel development.
Git commands and Common commands
As a common version control tool, Git can save a lot of time, the following picture is a better one, posted a look:
For git, first you need to know a few nouns, as follows:
Workspace //workspace
From: http://www.cnblogs.com/specter45/p/github.htmlGitHub is a git-based implementation of code hosting. Git is the best version control system available today, and is much more popular than SVN.GitHub is free to use and fast and stable. Even for a
First, install git under UbuntuUbuntu12.04 LTS By default is already installed Git, you can use git--version test whether install.If not installed, use the command: sudo apt-get install git git-core installation gitSecond, SSH authenticationUnder
Git is a source code version control system and is rapidly becoming the standard for open-source projects. It has a powerful distributed model that allows advanced users to use branches to handle various thorny problems and rewrite history records.
Environment Variables
Git always runs in a bash shell and uses some shell environment variables to determine how it works. Sometimes it can be useful to know what they are and how they make Git run the way you want it to. All Git environment
Git is a source code version control system and is rapidly becoming the standard for open-source projects. It has a powerful distributed model that allows advanced users to use branches to handle various thorny problems and rewrite history records.
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.