Linux 环境下 Git 安装与基本配置

it2022-05-05  169

索引:

目录索引

参看代码 GitHub:

git.txt

一、Linux (DeepinOS) 环境

  1.安装

1 sudo apt-get update 2 sudo apt-get install git

  2.使用前基本配置

1 git config --global user.email "xxxx@163.com" 2 git config --global user.name "xxxx"

 

 

 

                                         蒙

                                    2018-05-15 10:41 周二

 

转载于:https://www.cnblogs.com/Meng-NET/p/9039738.html


最新回复(0)