Git相关知识点

1.git基本知识

2.git和svn的区别

 3.下载安装

 官网下载比较慢,选择阿里镜像下载

下载地址:http://npm.taobao.org/mirrors/git-for-windows/

 

 

 

 

3.git配置

 查看配置 git config -l 

 查看系统配置 git config --system --list

 查看本地配置  git config --global --list

所有的配置文件都保存在本地

 

 4.git基本理论

 

 5.git项目搭建

6.git文件操作

猜你喜欢

转载自www.cnblogs.com/sxxjyj/p/12969618.html