From 0c5224b6010c01d6aefec2d402084daa159cebf8 Mon Sep 17 00:00:00 2001 From: JiangXiuyu Date: Thu, 7 Jul 2022 10:28:00 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=94=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 2d3c705..3a045a5 100644 --- a/README.md +++ b/README.md @@ -2,31 +2,31 @@ ## **1.安装** -http://git-scm.com/downloads +**http://git-scm.com/downloads** ## 2.登录 -git config --global user.name "JiangXiuyu" /*配置用户名称*/ +**git config --global user.name "JiangXiuyu" /*配置用户名称*/** -git config --global user.email "422334010@qq.com" /*配置邮箱*/ +**git config --global user.email "422334010@qq.com" /*配置邮箱*/** -git config --global user.password 123456 /*配置密码*/ +**git config --global user.password 123456 /*配置密码*/** ## 3.查看信息 -git config --list /*信息*/ +**git config --list /*信息*/** ## 4.克隆 -git clone http://192.168.1.138:2700/JiangXiuyu/test.git /*克隆*/ +**git clone http://192.168.1.138:2700/JiangXiuyu/test.git /*克隆*/** ## 5.维护 -① git add 使用(上传暂存区) +**① git add 使用(上传暂存区)** -②git commit 使用(上传版本库) +**②git commit 使用(上传版本库)** -③push/pull 使用(与平台服务器交互) +**③push/pull 使用(与平台服务器交互)**