1. Git 提交自我介绍
- Folk 项目仓库以后,在 VSCode 中将项目 clone 到 Intern-Studio 环境中
- 查看项目所有分支
- 创建并切换至个人分支
git checkout -b class_4145
- 在
Tutorial/icamp4
路径下创建<id>.md
文件,包含自我介绍内容 - 通过
gid add .
将改动暂存 git commit
提交所有暂存的改动到当前分支class_4145
git push
将当前分支的改动提交至远程仓库
- 远程仓库中已经可以看到新建并改动的分支
class_4145
- 申请合并至教程的主仓库中,生成
merge
请求
add git_camp4_4145_introduction #2329