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

索引:

目录索引

参看代码 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