# 小组作业 **Repository Path**: zch08029/comprehensive-task-3 ## Basic Information - **Project Name**: 小组作业 - **Description**: 我们的————小组作业 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-23 - **Last Updated**: 2024-12-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

fm

_🎉 基于 html css js 的作业 🎉_ 综合作业3 网页游戏 # 本地上传代码仓库 将当前目录所有文件添加到git暂存区 ``` git add . ``` 提交信息 ``` git commit -m "初始化内容" ``` 将本地仓库推送到远端仓库 ``` git push ```