任务概览
- 任务1: 破冰活动:自我介绍
- 任务2: 实践项目:构建个人项目
任务1完成流程:
本次学习项目链接:https://github.com/InternLM/Tutorial/tree/camp4
2. 将本项目直接fork到自己的账号下
在这里需要注意一下,不要选择Copy the camp4 branch only
。
3. 克隆项目到InternStudio本地
# 修改为自己fork的仓库,改为上图中你的https仓库的git地址,将random-zhou改为自己的用户名 git clone https://github.com/random-zhou/Tutorial.git #git clone git@github.com:random-zhou/Tutorial.git #git clone https://github.com/InternLM/Tutorial.git cd Tutorial/ git branch -a git checkout -b class origin/class
创建md文件
使用git add . 与git commit 来提交到本地仓库,中间可能需要再设置一下自己的email与name
再使用git push origin 推送上去,中间可能需要登录自己的github账号,最终可以在分支中找到自己提交的3010.md文件