[Git] 使用 git log 找尋特定作者、或包含特定字串的 commit [Git] 使用 git log 找尋特定作者、或包含特定字串的 commit 2020-11-07 ephrain Comments 0 Comment 蠻常會需要使用 git log 查看程式碼的歷史, 但除非是很近期的 commit,不然 git log 的結果通常太多, 因此適當的過濾條件就很有幫助了。 &… Read More Read More
[Git] 搜尋特定使用者提交的 commit [Git] 搜尋特定使用者提交的 commit 2020-10-26 ephrain Comments 0 Comment 今天臨時需要查一下,一個有點舊的 Git commit, 也不記得提交的訊息是寫什麼了, 只知道是自己提交的… (↑ 喂,記性也太差了吧…… Read More Read More