Bläddra i källkod

:pencil2: add git

nick 7 år sedan
förälder
incheckning
7fcb98460c
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      git.md

+ 2 - 0
git.md

@@ -9,6 +9,8 @@ git config --global user.name Nick #设置用户名
 
 git config --global user.email [email protected] #设置邮箱
 
+git config --global log.date format:'%Y-%m-%d %H:%M:%S' #时间显示格式修改
+
 git help config #获取帮助信息
 ```