Version controller (Svn, Git), version controller svngit

Source: Internet
Author: User

Version controller (Svn, Git), version controller svngit
Svn: a centralized version controller. First, the developer must obtain the code from the server before starting the new day's work, and then enter the branch development, after the development is complete, merge your branches to the master branch for submission to resolve the conflict. All version information is stored on the server. If you leave the server, the developer is basically unable to work. Git: the distributed version controller is safer than the centralized version library because everyone has a complete version library on the computer. In this way, we do not need to connect to the Internet when working. Difference: Let's talk about the centralized version controller first. Svn command: (add file) (submit file (modify file) (delete file) (view log) (View File details) (svn help) (create a new directory under the version controller) (conflict resolution) Git command: (create a git code library in the current directory) (display the current git configuration) (ADD) (delete the workspace file) (rename) (submit) (view all local branches) (display the version history of the current Branch) (upload the local branch to the remote repository) (retrieve changes to the remote repository, and merge with local branches)

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.