git的下载与使用
一、git的下载
官网地址: https://git-scm.com/
点击Download for Windows
下载安装,更改好文件路径,全部点next即可安装好
桌面右击
下载
https://pan.baidu.com/s/11BIl9VyeRX1M61-GgbvrHQ
提取码:lm92
或者
链接:https://pan.baidu.com/s/1BWAi9E1PBW_rSR0gQA15mQ
提取码:1234
解压后把 git汉化包\汉化包\git-gui\lib目录下的msgs目录将其放到/mingw64/share/git-gui/lib/ 下即可,重新打开git gui即可
二、git的基本使用
远程的上传与下载:https://www.runoob.com/git/git-remote-repo.html
学习路径 :https://www.cnblogs.com/tugenhua0707/p/4050072.html