Let's Learn Git
DAY - 1
What does the git annotate command do?
The git annotate command, also known as "git blame," is used to show the last modification of each line of a file. It displays the revision number, author, and date of the last modification, along with t...
viknesh.hashnode.dev1 min read