2020年面向对象程序设计寒假作业2_实践题

实践题:

新建一个github仓库,使用git,或者github desktop把接下去的编程题的代码及测试脚本传到这个仓库。

请使用.gitignore文件忽略不要上传的文件。用法自行百度。

操作步骤如下:

1.准备工作:

通过班级群文件下载了github desktop的安装包,安装该程序。

2.建立仓库

打开github desktop软件,登陆,单击左上角 "file"->"new repository",自定义"name","description","local path",然后单击"create repository",即可建立仓库。

3.将要求上传的文件添加到之前local path选择的文件夹中,得到下图所示。

4.单击左下角的“Commit to master”->“poblish repository”->填写个人信息->“poblish repository”,完成。

原文地址:https://www.cnblogs.com/littleseasalt/p/12262218.html