How to find out who wrote a piece of code?
Hey there folks! This blog post talks about how you can find out who committed or wrote a piece of code. Git has this really cool feature called git blame. Don't really blame them though! Find the syntax on how you can use this feature below.
git blame -L <starting_line_number> <ending_line_number> <code_file_to_search>
That’s all for this blog! Hope you learned something new! ☺️