Skip to content

Commit 4e6a0db

Browse files
committed
lesson2: how to install git
1 parent accf9f1 commit 4e6a0db

5 files changed

Lines changed: 80 additions & 0 deletions

File tree

assignments/lesson2/.q23818.md.swp

12 KB
Binary file not shown.

assignments/lesson2/.q23818.md.un~

8.31 KB
Binary file not shown.
297 KB
Loading

assignments/lesson2/q23818.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Git工具安装与使用报告
2+
3+
## 学员GitHub用户名: example-user
4+
5+
## 1. Git安装过程
6+
7+
- os: win7
8+
- 安装过程:到git官网下载setup程序,一直下一步
9+
- git基本配置:
10+
```bash
11+
$ git config --global user.name “用户名”
12+
$ git config --global user.email “你的个人邮箱”
13+
```
14+
15+
## 2. 遇到的问题及解决方法
16+
17+
没有遇到安装问题
18+
19+
20+
## 3. 版本信息截图
21+
22+
![git版本信息](./git-version.jpg)
23+
24+
## 4. Git命令使用过程总结
25+
26+
(在此处总结使用Git命令的过程,包括但不限于以下操作:
27+
- git clone: 克隆远程仓库到本地
28+
- git add: 添加文件到暂存区
29+
- git commit: 提交更改到本地仓库
30+
- git push: 推送更改到远程仓库
31+
- git pull: 从远程仓库拉取最新更改
32+
等其他相关命令的使用体验和理解)
33+
34+
---
35+
36+
## CI 自动评分与运行指引
37+
- 课程作业检测仅在 PR 到 main 时执行,请通过 Pull Request 提交本文件。
38+
- 文件命名:assignments/lesson2/{你的GitHub用户名}.md。
39+
- 自动评分工作流: [.github/workflows/calculate-score.yml](../../.github/workflows/calculate-score.yml)。
40+
- 首次 Fork 后:进入 Actions → 选择 “Calculate Student Score” → 点击 “Run workflow” 并选择 main → 在日志中查看成绩。

assignments/lesson2/q23818.md~

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Git工具安装与使用报告
2+
3+
## 学员GitHub用户名: example-user
4+
5+
## 1. Git安装过程
6+
7+
- os: win7
8+
- 安装过程:到git官网下载setup程序,一直下一步
9+
- git基本配置:
10+
```bash
11+
$ git config --global user.name “用户名”
12+
$ git config --global user.email “你的个人邮箱”
13+
```
14+
15+
## 2. 遇到的问题及解决方法
16+
17+
没有遇到安装问题
18+
19+
20+
## 3. 版本信息截图
21+
22+
![git版本信息](./git-version.jpg)
23+
24+
## 4. Git命令使用过程总结
25+
26+
(在此处总结使用Git命令的过程,包括但不限于以下操作:
27+
- git clone: 克隆远程仓库到本地
28+
- git add: 添加文件到暂存区
29+
- git commit: 提交更改到本地仓库
30+
- git push: 推送更改到远程仓库
31+
- git pull: 从远程仓库拉取最新更改
32+
等其他相关命令的使用体验和理解)
33+
34+
---
35+
36+
## CI 自动评分与运行指引
37+
- 课程作业检测仅在 PR 到 main 时执行,请通过 Pull Request 提交本文件。
38+
- 文件命名:assignments/lesson2/{你的GitHub用户名}.md。
39+
- 自动评分工作流: [.github/workflows/calculate-score.yml](../../.github/workflows/calculate-score.yml)。
40+
- 首次 Fork 后:进入 Actions → 选择 “Calculate Student Score” → 点击 “Run workflow” 并选择 main → 在日志中查看成绩。

0 commit comments

Comments
 (0)