跳到主要内容

Online File Operations

You can edit files in the project directly in your browser without cloning or downloading the entire project, which facilitates quick error fixes and small changes.

提示
  1. You need to have the appropriate permissions to create, edit, and delete files.
  2. All file creation, editing, and deletion operations will be recorded in the commit history. It is recommended to provide clear commit messages for each change to help team members understand the modifications.

Create Files


  1. First, enter the project code details page.
  2. Click on the "+" to select "New File" and start editing the new file.
  3. After editing, click "Commit Changes."
信息

If you need to create a file at a specific path, please input the file path + file name in the file name field.

a9ad9215-de05-494a-be54-f92b6420b303

Edit Files


  1. Enter the project code details page.
  2. Select the file and click "Edit" to enter the file editing mode.
  3. After editing, click "Commit Changes."

image-20241226145321173

Delete Files


  1. Enter the project code details page.
  2. Select the file and click "Delete." The file will be deleted after submission.

image-20241226145519598

Rename Files


  1. Enter the project code details page.
  2. Select the file and click "Edit," then input the new file name in the "File Name Input Box."
  3. Click "Commit Changes."

image-20241226145321173 image-20241226183816025

Move Files


  1. Enter the project code details page.
  2. Select the target file and click "Edit," then input the new path + file name in the "File Name Input Box."
  3. Click "Commit Changes."

image-20241226145321173 image-20241226183855067

Introduction to Web IDE


Click the Web IDE icon on the project homepage to open the project's editing page in your browser.

image-20250102095916218

The Web IDE provides features similar to a local IDE, supporting:

  • Browsing and editing project files.
  • Committing changes in the commit view.

The Web IDE interface is divided as shown below. After editing the project, switch to the "Change Commit" view to submit the changes.

image-20250102101232604