From 908603c21aa7ae1923801883ccc4d784667b35af Mon Sep 17 00:00:00 2001 From: dabfdj Date: Sat, 6 Jan 2024 16:45:18 -0500 Subject: [PATCH] =?UTF-8?q?typo(git):=20=E8=A1=A5=E5=85=85=E5=85=A8?= =?UTF-8?q?=E5=B1=80=E9=85=8D=E7=BD=AE=E5=91=BD=E4=BB=A4=E7=BC=BA=E5=B0=91?= =?UTF-8?q?=E7=9A=84=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/git.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/git.txt b/tools/git.txt index 3f773ec..56bc68d 100644 --- a/tools/git.txt +++ b/tools/git.txt @@ -8,8 +8,8 @@ ############################################################################## # 配置 ############################################################################## -git config --global "Your Name" -git config --global "Email Address" +git config --global user.name "Your Name" 配置全局用户名 +git config --global user.email "Email Address" 配置全局邮箱地址 git config --global credential.helper store 保存密码(每次要输密码/重复输密码) git config user.name "Your Name" 配置当前仓库用户名 git config user.email "Email Address" 配置当前仓库邮箱地址