I need to find a commit in Git by a given hash, SHA. For example, if I have the “a2c25061” hash, and I need to get the author and the committer of this commit.
What is the command to get that?
I need to find a commit in Git by a given hash, SHA. For example, if I have the “a2c25061” hash, and I need to get the author and the committer of this commit.
What is the command to get that?