How to continue blaming in git

515 Views Asked by At

If I run git blame on a file, it lists per line which commit, author modified a particular line. But how can I blame on top of this blame, i.e. I want to see who changed these lines prior to the information in git blame. How can I do this?

0

There are 0 best solutions below