赞
踩
Git官网下载地址:https://git-scm.com/download/win
安装教程:https://blog.csdn.net/mukes/article/details/115693833
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_900
5、创建个人破冰文件,并提交到新建的分支
git add .
git commit -m "add git_900_introduction"
git push origin camp3_900
6、查看提交
PR链接:https://github.com/InternLM/Tutorial/pull/1294
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。