# web课程代码10L **Repository Path**: Lin_my/web-course-code-10-l ## Basic Information - **Project Name**: web课程代码10L - **Description**: web开发课程练习...... - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-16 - **Last Updated**: 2023-06-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # web课程代码10L 笔记:-- 使用web IDE编辑 笔记:2023/3/16 新建作业1文件夹,创建一个html5文件,名称为index.html,推送到git仓库 创建文件夹:> mkdir 作业1 进入作业1文件夹:> cd 作业1 自己在文件夹中创建文件 打开index.html文件,并添加HTML5代码。 将index.html文件添加到Git仓库中> git add index.html 提交代码到Git仓库中> git commit -m "add index.html" 推送代码到Git仓库> git push 删除:> git rm 文件名 git commit -m "删除" git pull git push git commit -m "删除笔记.md文件", -m 参数后面跟着每次提交的目的。