diff --git a/translated/tech/20221024.3 ⭐️ How to display commits created on a specific day with the git log command.md b/published/20221024.3 ⭐️ How to display commits created on a specific day with the git log command.md
similarity index 77%
rename from translated/tech/20221024.3 ⭐️ How to display commits created on a specific day with the git log command.md
rename to published/20221024.3 ⭐️ How to display commits created on a specific day with the git log command.md
index bdbc274031..1fac3cd7ad 100644
--- a/translated/tech/20221024.3 ⭐️ How to display commits created on a specific day with the git log command.md
+++ b/published/20221024.3 ⭐️ How to display commits created on a specific day with the git log command.md
@@ -3,16 +3,18 @@
[#]: author: "Agil Antony https://opensource.com/users/agantony"
[#]: collector: "lkxed"
[#]: translator: "chai001125"
-[#]: reviewer: " "
-[#]: publisher: " "
-[#]: url: " "
+[#]: reviewer: "wxy"
+[#]: publisher: "wxy"
+[#]: url: "https://linux.cn/article-15220-1.html"
用 git log 命令显示在特定日期的提交记录
======
-`git log` 命令是 Git 中一个很重要的查看提交记录的工具,它也是人们喜欢使用 Git 的原因之一。
+![](https://img.linux.net.cn/data/attachment/album/202211/06/085449j5diiljl7dzgdr0z.jpg)
-`git log` 命令能够让你了解到更多关于贡献者 提交 的记录。使用 `git log` 的一种方式是按日期查看提交记录 。要查看**在指定日期或日期范围内**创建的 Git 存储库中的提交记录,请使用带有选项 `--since` 或 `--until` 或者同时使用以上两个选项的 `git log` 命令。
+> `git log` 命令是 Git 中一个很重要的查看提交记录的工具,它也是人们喜欢使用 Git 的原因之一。
+
+`git log` 命令能够让你了解到更多关于贡献者 提交 的记录。使用 `git log` 的一种方式是按日期查看提交记录 。要查看**在指定日期或日期范围内**创建的 Git 存储库中的提交记录,请使用带有选项 `--since` 或 `--until` 或者同时使用以上两个选项的 `git log` 命令。
首先,进入你要查看的分支(例如,`main` 分支):
@@ -57,7 +59,7 @@ via: https://opensource.com/article/22/10/git-log-command
作者:[Agil Antony][a]
选题:[lkxed][b]
译者:[chai001125](https://github.com/chai001125)
-校对:[校对者ID](https://github.com/校对者ID)
+校对:[wxy](https://github.com/wxy)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出