RSS Amplifier

Barış Özmen · Aug 28, 2025

Use git blame with Cursor

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

When going through the code, I saw an unexpected change, and wonder who made it and with which commit. I went through the following flow to find it…

When going through the code, I saw an unexpected change, and wonder who made it and with which commit. I went through the following flow to find it quickly.

1. CMD+P > open file search

Pasted image 20250828084903.png

2. insert > into file search, converting it to command palette
3. Then search "blame", and click "toggle git blame"

Pasted image 20250828084906.png

4. Move your current to the line that you are curious about
5. Git blame will show the commit and committer that last modified that line

Pasted image 20250828084931.png

6. Hover over git blame info, and view the commit popup

Pasted image 20250828084954.png

7. Click options
  1. view commit file changes in Cursor
  2. Open on Github

Read on bozmen.io

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.