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