【书生浦语大模型实战营第三期】入门岛 Git基础知识
任务一:破冰行动
1、Fork 目标项目 https://github.com/InternLM/Tutorial
2、切换到自己的仓库,获取项目链接,克隆项目,完成之后查看项目分支等信息
git clone git@github.com:MA-YuS/Tutorial.git
cd Tutorial/ #切换到项目目录下
git branch -a #查看项目分支
3、查看分支内容
4、自定义新分支
git checkout -b camp3_3025
5、创建个人破冰文件,并提交到新建的分支
git add .
git commit -m "add git_3025_introduction"
git push origin camp3_3025
6、查看提交
https://github.com/InternLM/Tutorial/pull/1340
PR链接: https://github.com/InternLM/Tutorial/pull/1340
任务二:实践项目
项目链接:
项目链接: https://github.com/changnn/InternLM-camp3