浏览代码

:pencil2: add git

nick 7 年之前
父节点
当前提交
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 log.date format:'%Y-%m-%d %H:%M:%S' #时间显示格式修改
+
 git help config #获取帮助信息
 ```