Git Blame Command

in #blog4 years ago

There are times when you want to copy the git repository and use it in your own project. And at that time you already have original changes along with the new changes that you make.

And so you want to find out who did the changes and how to work around with the ownership of the changes. Usually GUI based tools keep track of it and show you in the change history. However you often need to find out who in the file ownership made those changes.

Here are some of the basic usages of the git blame.

git tip.png

Check out the tweet

I'll cover some of the other tips in near future in the posts related to the git, react, javascript and few other similar languages.


You can check out my twitter: DevPress

I hope this is useful for you. And if not then do pass this article to someone who is into code and development.

Thank you for reading. I'd appreciate an upvote if you like the content.

Cheers,
DevPress