Github_desktop下载及本地仓库与非本地仓库上传使用(图文详细)
一、下载
蓝奏:
https://duolc.lanzous.com/ibv85gb
官网:
https://desktop.github.com/
二、使用
1.本地新建仓库
(1)点击File
(2)点击New repository
(3) Name 仓库名 description是描述,如下填写后,点击Create repository
(4)在目录下放个文件,我以test.txt为例
(5)点击一下Changes,test.txt就显示在下面
(6)点击下方Commit to master
(7)点击publish repository
(8)点击如图
完成
2.连接非本地仓库
(1)获取url
(2)点击File
(3)点击Clone a repository,将获取到url填到第一个输入框,第二个是本地目录
(4)上传文件如本地进行操作