Skip to content

Commit

Permalink
typo(git): 补充全局配置命令缺少的参数
Browse files Browse the repository at this point in the history
  • Loading branch information
dabfdj committed Jan 6, 2024
1 parent a011c5e commit 908603c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/git.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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" 配置当前仓库邮箱地址
Expand Down

0 comments on commit 908603c

Please sign in to comment.