From 739a3e13687c2e76a458c40a7c31ff68665fdcdf Mon Sep 17 00:00:00 2001 From: subineru Date: Sat, 23 Apr 2022 20:57:37 +0800 Subject: [PATCH] translate day35(preliminary draft) --- zh_tw/Days/day35.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh_tw/Days/day35.md b/zh_tw/Days/day35.md index 238b408..0f1473f 100644 --- a/zh_tw/Days/day35.md +++ b/zh_tw/Days/day35.md @@ -95,7 +95,7 @@ Git 是一個用來追蹤原始碼或任何檔案每次異動的工具, 或者 ![](Images/Day35_Git13.png) -We can then use the `git log` command which shows the latest changes and first commit. +我們可以輸入指令 `git log` 顯示最後的異動和第一次提交. ![](Images/Day35_Git14.png)