Skip to content

Commit

Permalink
Update tips.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joelparkerhenderson committed Feb 22, 2014
1 parent fe849d0 commit a2473c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ Show commits that have happened since last week. Could easily be replaced with `

Search commit messages to find ones that start with the string “Bump”. This will take in any regular expression, so if you’re looking for that one commit you did and all you can remember is a part of the message, --grep will find it.

Search commits for matching text.
`git log -S 'text'`

Search commit diffs for matching text.

`git --no-pager log`

Expand Down

0 comments on commit a2473c2

Please sign in to comment.