Integration of SAP HCP webide and Oschina git

Source: Internet
Author: User
Tags commit

In the HCP webide, the right mouse button menu chooses git, Clone Repository

Https://git.oschina.net/myusername/myproject.git

HCP webide, select My Project, right-click menu, Git-Initialize Local Repository
A few more files in the project

Prompt in pop-up message in top right corner of window

Click Set Remote

Name:origin (Can't change)
Url:https://git.oschina.net/myusername/myproject.git

=================================

1 Creating an empty project in a shared code base

2 Creating an empty project inside the development tool
Set up remote shared code library project

3 How to download files
4 How to upload a new file 5 How to upload an update file

1 Creating an empty project in a shared code base
Create a project on the Oschina git code warehouse, such as Kko

Http://git.oschina.net/shhlee/admin/projects
Create project named Test1
Https://git.oschina.net/shhlee/test1

2 Creating an empty project inside the development tool
Set up remote shared code library project

Specific operation:
2.1 SAP webide Create a project
2.2 Item Mail Menu git-> Initialize Local Repository
SAP webide pop-up message in the top right corner click Set Remote input Https://git.oschina.net/shhlee/test1

3 How to download the file item mail menu git-> pull

4 How to upload a new file

SAP Webide Right Pannel inside
Stage all (marks the local new file as the stage state)
Commit (Enter commit Description first) (the state of the local new file is marked as a version)
Right-click menu git_->merge (merge local new file and server code base)
Git_->push push local new file to server

=================================================
5 How to upload an update file

SAP Webide Right Pannel inside
Stage all (local update file marked as stage state)
Commit (Enter commit Description first) (the status of the local update file is marked as a version)
The right mouse button menu
Git_->push Push local update file to server

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.