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
Source code control has been an important part of the software development process, from the original pure file backup to the use of tools for management. The Source Code control tool does more than simply manage the same version. From the current
Git A beginner 's Notebook - Instruction Operation TeachingGit is a decentralized version control system, from the frame, easy to operate, set, this article is mainly to organize basic operations, remote operation and so on.Note: The range of Git
Address: http://blog.csdn.net/ariesjzj/article/details/7747876
Like SVN and CVS, git is a source code management system. Different from the latter two, it not only supports centralized management, but also works in a distributed manner, that is, all
A. Getting Started with GitI started using git six months ago, and I've been working with SVN and CVS. Git commands are many and seem complicated, but it's enough to learn a few simple things at the very beginning. I believe that many people have
SVN is an excellent source version of the management tool that can fit most projects. However, because of its centralized management, there is an unavoidable problem of local code backup and versioning. This means that for local code that has not
Git is an open source distributed version control system for managing projects in an agile and efficient manner. The biggest feature of Svn,git is distributed, where everyone has a cloned repository, so committing code, viewing logs, creating
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.