Linux-git How to use-Download sub-modules

Source: Internet
Author: User
Tags how to use git using git

How to use git-download sub-modules
This address: Http://blog.csdn.net/caroline_wendy
code hosting is easier to manage on git, such as pedometer;the use of Git code, need to download, you can manually clone code , decompression loading;
to create a folder, use commands within a folder:Download the project:
git clone [email protected]:android/pedometer.git
Download sub-modules:
git submodule update--init--recursive
and then configure it.
Reference: Http://git-scm.com/book/en/v2/Git-Tools-Submodules
attached:Download the project with Submodule
When using Git clone down the project with Submodule, the initial time, the submodule content will not be downloaded automatically. at this point, just execute the following command:
git submodule update--init--recursive
You can download the contents of the Submodule after the project will not be missing the corresponding files.

Linux-git How to use-Download sub-modules

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.