Skip to content

Commit

Permalink
Fix snippet dates
Browse files Browse the repository at this point in the history
  • Loading branch information
Chalarangelo committed Apr 25, 2024
1 parent 7f6b3c5 commit 07606c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -6,7 +6,7 @@ language: git
tags: [repository,commit]
cover: comic-glasses
excerpt: If you're looking for a way to find commits by a specific author or committer in a Git repository, look no further.
dateModified: 2021-04-25
dateModified: 2024-04-25
---

When viewing the commit history of a Git repository, you might want to **filter** the commits by author or committer. As is often the case, Git has you covered.
Expand Down
2 changes: 1 addition & 1 deletion content/snippets/git/s/view-commits-by-string.md
Expand Up @@ -6,7 +6,7 @@ language: git
tags: [commit]
cover: bunny-poster
excerpt: Learn how to view all commits that manipulated a specific string in a Git repository.
dateModified: 2023-04-26
dateModified: 2024-04-26
---

Finding all commits that **manipulated a specific string** in a Git repository sounds like a pretty tricky task, if you don't know how to do it. Fortunately, Git provides a straightforward way to search for commits that manipulated a given string.
Expand Down

0 comments on commit 07606c7

Please sign in to comment.