DEV Community

Hemant Govekar
Hemant Govekar

Posted on

1

Search Git commit message

This post will help you to search git commit messages and few other tricks of git log.

Git logging command

git log

The above command will help you see all the log details as shown below. Log details will include author, date and commit message.

Alt Text

git log --oneline

The above command will help you to have a concise view of the log as shown below (This will only show commit number and commit message) .

Alt Text

git log --oneline --grep="search word(s)"

The above command will help you search in git commit message for the search word(s) specified.

Alt Text

I create videos on ASP.Net, WebApi, Entity Framework, Javascript, Git and Bootstrap Design.
You can subscribe to my channel @
My Channel Link

Qodo Takeover

Introducing Qodo Gen 1.0: Transform Your Workflow with Agentic AI

While many AI coding tools operate as simple command-response systems, Qodo Gen 1.0 represents the next generation: autonomous, multi-step problem-solving agents that work alongside you.

Read full post →

Top comments (0)

Qodo Takeover

Introducing Qodo Gen 1.0: Transform Your Workflow with Agentic AI

Rather than just generating snippets, our agents understand your entire project context, can make decisions, use tools, and carry out tasks autonomously.

Read full post