Alibabacloud.com offers a wide variety of articles about git config user name per repository, easily find your git config user name per repository information here online.
The current development of new projects using version control tools are basically git, old projects or SVN, online git resources are many, many and miscellaneous. I have compiled a study of git, hoping to help students who are learning about
Category: Git
+2012-12
Notes version Control-using Git
I think everyone who learns git should have done something like this, because Git commands too much to look at and forget about the front, I've seen git before, but it's useless, and now I'm
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 very powerful distributed version control system. It is not only suitable for managing the source code of large open source software, but also has many advantages in managing private documents and source code.
Git Common Operations Command:
Original address: http://blog.csdn.net/ithomer/article/details/7529022
-------------------------------
First , Git commands to recognize
Before formally introducing GIT commands, let's introduce Git's basic commands and actions, and have a general
GIT init # Initialize the local git repository (create a new repository) git config--global user.name "xxx" # Configure user name git config--global user.email "[email protected]" # configure mail git config--global color.u I true # git status and
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
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
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
GitHub Combat Series Summary: Http://www.cnblogs.com/dunitian/p/5038719.htmlabbreviation code: Https://www.cnblogs.com/dotnetcrazy/p/9162115.html#codeLinux install git, make a record ( use the privacy mailbox provided by GitHub )
# git official
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.