nick 7 лет назад
Родитель
Сommit
7fcb98460c
1 измененных файлов с 2 добавлено и 0 удалено
  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 user.email [email protected] #设置邮箱
 
 
+git config --global log.date format:'%Y-%m-%d %H:%M:%S' #时间显示格式修改
+
 git help config #获取帮助信息
 git help config #获取帮助信息
 ```
 ```