Online File Operations
You can edit files in your project directly in the browser without cloning or downloading the entire project, which is convenient for quickly fixing errors and making minor changes.
提示
- When creating, editing, or deleting files, you need to have the appropriate permissions.
- 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 File
- First, enter the project code details page.
- Click the "+" to select "New File" and start editing the new file.
- After editing, click "Submit Changes".
信息
If you need to create a file at a specific path, please input the file path + filename in the filename field.
Edit File
- Enter the project code details page.
- Select the file and click "Edit" to enter file editing mode.
- After editing, click "Submit Changes".
Delete File
- Enter the project code details page.
- Select the file and click "Delete", and it will be deleted after submission.
Rename File
- Enter the project code details page.
- Select the file and click "Edit", then enter the new filename in the "Filename Input Box".
- Click "Submit Changes".
Move File
- Enter the project code details page.
- Select the target file and click "Edit", then enter the new path + filename in the "Filename Input Box".
- Click "Submit Changes".
Introduction to Web IDE
Click the Web IDE icon on the project homepage to open the project's editing page in the browser.
The Web IDE provides features similar to a local IDE, supporting:
- Browsing and editing project files.
- Submitting 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.