File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Git工具安装与使用报告
2+
3+ ## 学员GitHub用户名: Limited-time
4+
5+ ## 1. Git安装过程
6+
7+ (在此处详细描述Git的安装过程,包括使用的操作系统、安装方法等)
8+
9+ 1 . 打开浏览器,访问 Git 官网(https://git-scm.com/),点击 “Download” 下载对应操作系统(Windows)的安装包。
10+ 2 . 双击安装包,按默认选项一路点击 “Next” 完成安装。
11+ 3 . 安装完成后,打开电脑的 “命令提示符”(Windows),输入命令:git --version
12+
13+ ## 2. 遇到的问题及解决方法
14+
15+ 暂无
16+
17+ ## 3. 版本信息截图
18+
19+ (在此处插入执行` git --version ` 命令后的截图)
20+
21+ ![ image-20251207225727814] ( Limited-time.assets/image-20251207225727814.png )
22+
23+ ## 4. Git命令使用过程总结
24+
25+ (在此处总结使用Git命令的过程,包括但不限于以下操作:
26+ - git clone: 克隆远程仓库到本地
27+ - git add: 添加文件到暂存区
28+ - git commit: 提交更改到本地仓库
29+ - git push: 推送更改到远程仓库
30+ - git pull: 从远程仓库拉取最新更改
31+ 等其他相关命令的使用体验和理解)
32+
33+ ---
34+
35+ ## CI 自动评分与运行指引
36+ - 课程作业检测仅在 PR 到 main 时执行,请通过 Pull Request 提交本文件。
37+ - 文件命名:assignments/lesson2/{你的GitHub用户名}.md。
38+ - 自动评分工作流: [ .github/workflows/calculate-score.yml] ( ../../.github/workflows/calculate-score.yml ) 。
39+ - 首次 Fork 后:进入 Actions → 选择 “Calculate Student Score” → 点击 “Run workflow” 并选择 main → 在日志中查看成绩。
You can’t perform that action at this time.
0 commit comments