How to know which team member wrote this line

Hi,

Is there a way to know which team member wrote or delete a particular line of code? (like git blame)

Thanks!

You can try messing around with the rewind feature and go back to see who wrote what. (search rewind in your project’s search bar)

2 Likes

Yep, when you use Rewind, you can see the profile picture of the user who made the change in the project.

2 Likes

Thank you so much for the answer, all!