Icode Some basic instructions for code hosting _icode

Source: Internet
Author: User
Tags hosting git client git clone

1, install Git client.

2. Submit code:

How to: Clone a new code base, submit a piece of code

A) git clone + address scp-p ... (Clone and install hook)

b) LS (find the current directory, create the file Bcloud, you can write the program inside, can also directly echo ' ... ' > file name created)

c) git add Bcloud

D git commit-m "add Bcloud for a" (add comment, submit to local git library)

E Git push-u Origin master (push to the remote Git library)

Mode two: Push the code of an existing Git code library into a new code base

A) CD/code/Path

b git Remote add origin + previous cloned address

c) Scp-p-P ... (Hook installed)

D Git push-u Origin--all

e) Git push-u origin--tags


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.