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.
提示
- You need to have the appropriate permissions to create, edit, and delete files.
- 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
- First, enter the project code details page.
- Click on the "+" to select "New File" and start editing the new file.
- 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.

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