Git

安装

yum
apt-get

修改环境变量,定制git环境

用户git信息配置

[root@localhost ~]# git config --global user.name "sprr"
[root@localhost ~]# git config --global user.email "sprr@163.com"
[root@localhost ~]# git config --global color.ui true

git配置相关命令

git核心原理

git命令实践

git3个场景



posted on 2023-07-05 16:57  sprr  阅读(4)  评论(0编辑  收藏  举报